mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Orientation fix for npt_threaded_rod()
This commit is contained in:
parent
33fb2d8595
commit
e41e9e9052
1 changed files with 1 additions and 4 deletions
|
@ -533,10 +533,7 @@ module npt_threaded_rod(
|
|||
left_handed=left_handed,
|
||||
bevel=bevel,
|
||||
internal=internal,
|
||||
higbee=r1*PI/2,
|
||||
anchor=anchor,
|
||||
spin=spin,
|
||||
orient=orient
|
||||
higbee=r1*PI/2
|
||||
);
|
||||
if (hollow) {
|
||||
cylinder(l=l+1, d=size*INCH, center=true);
|
||||
|
|
Loading…
Reference in a new issue