mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +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(
|
||||
d=d, l=l, pitch=pitch,
|
||||
thread_angle=0,
|
||||
thread_angle=0.1,
|
||||
left_handed=left_handed,
|
||||
bevel=bevel,
|
||||
starts=starts,
|
||||
|
|
Loading…
Reference in a new issue