mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +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);
|
||||
// Examples(Med):
|
||||
// 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(
|
||||
d=10, l=100, pitch=2,
|
||||
left_handed=false,
|
||||
|
|
Loading…
Reference in a new issue