mirror of
https://github.com/nophead/Mendel90.git
synced 2025-09-02 01:22:45 +02:00
Nut trap support expanded to ensure support layer is solid.
This commit is contained in:
@@ -119,7 +119,7 @@ module nut_trap(screw_r, nut_r, depth, horizontal = false, supported = false) {
|
||||
}
|
||||
if(supported)
|
||||
translate([0, 0, depth - eta])
|
||||
cylinder(r = nut_r, h = layer_height, center = false);
|
||||
cylinder(r = nut_r + eta, h = layer_height, center = false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user