fix threaded rod bug where extra stuff appears beyond ends of rod

This commit is contained in:
Adrian Mariano 2023-01-22 21:57:29 -05:00
parent b0042882c9
commit ea3e720493

View file

@ -1270,7 +1270,7 @@ module generic_threaded_rod(
);
slope = (_r1-_r2)/l;
maxlen = 2*pitch;
maxlen = 5*pitch;
attachable(anchor,spin,orient, r1=_r1, r2=_r2, l=l) {
union(){