mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Merge pull request #627 from adrianVmariano/master
doc fix for thread_helix
This commit is contained in:
commit
3bc24a9698
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ module modular_hose(size, type, clearance=0, waist_len, anchor=BOTTOM, spin=0,or
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// size = size of hose part, must be 1/4, 1/2 or 3/4
|
// size = size of hose part, must be 1/4, 1/2 or 3/4
|
||||||
// outer = set to true to get the outer diameter.
|
// outer = set to true to get the outer diameter.
|
||||||
// Example:
|
// Example(3D):
|
||||||
// $fn=64;
|
// $fn=64;
|
||||||
// back_half()
|
// back_half()
|
||||||
// diff("remove")
|
// diff("remove")
|
||||||
|
|
|
@ -1170,7 +1170,7 @@ module generic_threaded_nut(
|
||||||
// right(14)back(19)text("flank",size=4,halign="center");
|
// right(14)back(19)text("flank",size=4,halign="center");
|
||||||
// right(14)back(14)text("angle",size=4,halign="center");
|
// right(14)back(14)text("angle",size=4,halign="center");
|
||||||
// }
|
// }
|
||||||
// Example:
|
// Examples:
|
||||||
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=900, $fn=72);
|
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=900, $fn=72);
|
||||||
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=900, higbee=1, $fn=72);
|
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=900, higbee=1, $fn=72);
|
||||||
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=720, higbee=2, internal=true, $fn=72);
|
// thread_helix(d=10, pitch=2, thread_depth=0.75, flank_angle=15, twist=720, higbee=2, internal=true, $fn=72);
|
||||||
|
|
Loading…
Reference in a new issue