mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 03:20:18 +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;
|
||||
maxlen = 2*pitch;
|
||||
maxlen = 5*pitch;
|
||||
|
||||
attachable(anchor,spin,orient, r1=_r1, r2=_r2, l=l) {
|
||||
union(){
|
||||
|
Reference in New Issue
Block a user