Add standoff washers

This commit is contained in:
Ian Gulliver
2024-07-04 19:29:14 -07:00
parent ee10afaf26
commit 8774a06fde
2 changed files with 25 additions and 1 deletions

View File

@@ -35,6 +35,12 @@ module prusa_enclosure_mount_top_right() {
[0, -3.235],
[-2.8, -1.6175],
]);
// Underside washer alignment cutouts
for (y = [-4, 4]) {
translate([124, y, 0])
cube([2, 2, 2], center=true);
}
}
}
@@ -68,4 +74,4 @@ module prusa_enclosure_mount_top_right() {
}
}
prusa_enclosure_mount_top_right();
prusa_enclosure_mount_top_right();