Adjust the size of the pad voids for a better fit on the mount plate

This commit is contained in:
Matt McWilliams 2021-11-14 12:00:41 -05:00
parent 7145d81b83
commit d2fc3e535d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -123,7 +123,7 @@ module mount_plate_void () {
module mount_plate () {
Z = 1.5;
D = 7.5 + 0.7;
D = 7.5 + 1.1;
MOUNT_X = 40;
MOUNT_Y = 55;
@ -143,7 +143,7 @@ module mount_plate () {
translate([-MOUNT_X / 2, MOUNT_Y / 2, 0]) mount_plate_void();
translate([MOUNT_X / 2, -MOUNT_Y / 2, 0]) mount_plate_void();
translate([-MOUNT_X / 2,-MOUNT_Y / 2, 0]) mount_plate_void();
translate([-8 + 12.5, 0, 0]) cube([7, 17, Z], center = true);
translate([-8 + 12.5, 0, 0]) cube([7.5, 17, Z], center = true);
translate([X_CORNER, Y_CORNER, 3.26 - .5]) cube([CORNER, CORNER, 8], center = true);
translate([-X_CORNER, Y_CORNER, 3.26 - .5]) cube([CORNER, CORNER, 8], center = true);
translate([X_CORNER, -Y_CORNER, 3.26 - .5]) cube([CORNER, CORNER, 8], center = true);