mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 00:56:41 +02:00
fix threaded rod bug where extra stuff appears beyond ends of rod
This commit is contained in:
@@ -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(){
|
||||||
|
Reference in New Issue
Block a user