mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
fix comment
This commit is contained in:
parent
dbe7a58a74
commit
352436938f
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ module npt_threaded_rod(
|
||||||
// buttress_threaded_rod(d=10, l=15, pitch=2, orient=BACK);
|
// buttress_threaded_rod(d=10, l=15, pitch=2, orient=BACK);
|
||||||
// Examples(Med):
|
// Examples(Med):
|
||||||
// buttress_threaded_rod(d=10, l=20, pitch=1.25, left_handed=true, $fa=1, $fs=1);
|
// buttress_threaded_rod(d=10, l=20, pitch=1.25, left_handed=true, $fa=1, $fs=1);
|
||||||
buttress_threaded_rod(d=25, l=20, pitch=2, $fa=1, $fs=1);
|
// buttress_threaded_rod(d=25, l=20, pitch=2, $fa=1, $fs=1);
|
||||||
module buttress_threaded_rod(
|
module buttress_threaded_rod(
|
||||||
d=10, l=100, pitch=2,
|
d=10, l=100, pitch=2,
|
||||||
left_handed=false,
|
left_handed=false,
|
||||||
|
|
Loading…
Reference in a new issue