mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-19 19:09:36 +00:00
Merge pull request #590 from revarbat/revarbat_dev
Orientation fix for npt_threaded_rod()
This commit is contained in:
commit
3d926c588c
1 changed files with 1 additions and 4 deletions
|
@ -533,10 +533,7 @@ module npt_threaded_rod(
|
||||||
left_handed=left_handed,
|
left_handed=left_handed,
|
||||||
bevel=bevel,
|
bevel=bevel,
|
||||||
internal=internal,
|
internal=internal,
|
||||||
higbee=r1*PI/2,
|
higbee=r1*PI/2
|
||||||
anchor=anchor,
|
|
||||||
spin=spin,
|
|
||||||
orient=orient
|
|
||||||
);
|
);
|
||||||
if (hollow) {
|
if (hollow) {
|
||||||
cylinder(l=l+1, d=size*INCH, center=true);
|
cylinder(l=l+1, d=size*INCH, center=true);
|
||||||
|
|
Loading…
Reference in a new issue