Increase washer alignment size and clearance
This commit is contained in:
@@ -31,8 +31,8 @@ module prusa_enclosure_mount(angle, h=10) {
|
||||
|
||||
// Underside washer alignment cutouts
|
||||
for (y = [-4, 4]) {
|
||||
translate([124, y, 0])
|
||||
cube([2, 2, 2], center=true);
|
||||
translate([124, y, 1])
|
||||
cube([2.1, 2.1, 2.01], center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user