Fixed the mount plate. Actually fits the motor.

This commit is contained in:
mmcwilliams 2021-11-19 13:15:54 -05:00
parent 08ff8a0fdd
commit 5a5a15a160
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -123,7 +123,7 @@ module mount_plate_void () {
module mount_plate () {
Z = 1.5;
D = 7.5 + 1.1;
D = 7.5 + 1.5;
MOUNT_X = 40;
MOUNT_Y = 55;
@ -138,7 +138,7 @@ module mount_plate () {
translate([-MOTOR_MOUNT_X / 2, MOTOR_MOUNT_Y / 2, 0]) motor_mount_void(D, Z);
translate([MOTOR_MOUNT_X / 2, -MOTOR_MOUNT_Y / 2, 0]) motor_mount_void(D, Z);
translate([-MOTOR_MOUNT_X / 2, -MOTOR_MOUNT_Y / 2, 0]) motor_mount_void(D, Z);
translate([-(46 / 2) + 15, 0, 0]) cylinder(r = 13.9 / 2, h = 20, center = true, $fn = 60);
translate([-(46 / 2) + 15 + 1, 0, 0]) cylinder(r = 15 / 2, h = 20, center = true, $fn = 60);
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();
@ -168,7 +168,7 @@ module debug_assembled () {
//
PART = "debug";
PART = "mount_plate";
if (PART == "slip_coupling") {
slip_coupling();