mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix threaded rod bug where extra stuff appears beyond ends of rod
This commit is contained in:
parent
b0042882c9
commit
ea3e720493
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ module generic_threaded_rod(
|
||||||
);
|
);
|
||||||
|
|
||||||
slope = (_r1-_r2)/l;
|
slope = (_r1-_r2)/l;
|
||||||
maxlen = 2*pitch;
|
maxlen = 5*pitch;
|
||||||
|
|
||||||
attachable(anchor,spin,orient, r1=_r1, r2=_r2, l=l) {
|
attachable(anchor,spin,orient, r1=_r1, r2=_r2, l=l) {
|
||||||
union(){
|
union(){
|
||||||
|
|
Loading…
Reference in a new issue