mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
bevel typo fix, doc fix
This commit is contained in:
parent
a5a2dc926c
commit
dbe7a58a74
1 changed files with 3 additions and 3 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,
|
||||
|
@ -583,7 +583,7 @@ module buttress_threaded_rod(
|
|||
d=d, l=l, pitch=pitch,
|
||||
profile=profile,
|
||||
left_handed=left_handed,
|
||||
bevel=bevel,beve1=bevel1,bevel2=bevel2,
|
||||
bevel=bevel,bevel1=bevel1,bevel2=bevel2,
|
||||
internal=internal,
|
||||
higbee=higbee,
|
||||
higbee1=higbee1,
|
||||
|
@ -1202,7 +1202,7 @@ module thread_helix(
|
|||
// Fixed faceting bugs in spiral_sweep where segments weren't aligned with requested number of segments, and higbee
|
||||
// would pull away from the cylinder by using a higher count and following a true circle
|
||||
//
|
||||
// Questions:
|
||||
// Questions
|
||||
// Should nut modules take d1/d2 for tapered nuts?
|
||||
//
|
||||
// Need explanation of what exactly the diff is between threaded_rod and helix_threads.
|
||||
|
|
Loading…
Reference in a new issue