mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Fix for square threading.
This commit is contained in:
parent
bf3278f6db
commit
33fb2d8595
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ module square_threaded_rod(
|
||||||
) {
|
) {
|
||||||
trapezoidal_threaded_rod(
|
trapezoidal_threaded_rod(
|
||||||
d=d, l=l, pitch=pitch,
|
d=d, l=l, pitch=pitch,
|
||||||
thread_angle=0,
|
thread_angle=0.1,
|
||||||
left_handed=left_handed,
|
left_handed=left_handed,
|
||||||
bevel=bevel,
|
bevel=bevel,
|
||||||
starts=starts,
|
starts=starts,
|
||||||
|
|
Loading…
Reference in a new issue