From 58f2ec885a299e69da78a450d1321440c1218b8c Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Tue, 28 Nov 2017 15:21:52 -0500 Subject: [PATCH] Enlarge the panel mount column --- hardware/intval3.scad | 6 +++--- hardware/mount.scad | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hardware/intval3.scad b/hardware/intval3.scad index 190ed72..117c2bf 100644 --- a/hardware/intval3.scad +++ b/hardware/intval3.scad @@ -39,9 +39,9 @@ module exploded_view () { //bolex_pin_laser(0, 0); //intval_laser_standoffs_plate(); //intval_electronics_mount("METRO"); -//motor_mount_bottom(); +motor_mount_bottom(); //projection () intval_panel_laser(); -intval_laser_panel_cover(true, ALL_RED=true); +//intval_laser_panel_cover(true, ALL_RED=true); //rotate([0, 0, 13]) intval_panel_laser(); //rotate([0, 0, 13]) intval_laser_panel_cover(); //key_cap(); @@ -50,7 +50,7 @@ intval_laser_panel_cover(true, ALL_RED=true); //motor_key_120(); //plunger_plate(); //motor_cap(false); -motor_cap_120(false); +//motor_cap_120(false); //translate([0, 0, 39 / 2 + 5.75]) bolt_guide(); //exploded_view(); diff --git a/hardware/mount.scad b/hardware/mount.scad index 69edc6e..d9b4283 100644 --- a/hardware/mount.scad +++ b/hardware/mount.scad @@ -192,7 +192,7 @@ module motor_mount_bottom () { module panel_attachment () { difference () { union() { - translate([0, 0, 7.75 + 3]) cylinder(r = 7/2, h = 44 - shelf_h, center = true); + translate([0, 0, 7.75 + 3]) cylinder(r = 10/2, h = 44 - shelf_h, center = true); translate([3.5, 0, 0]) cube([7, 7, height - shelf_h - 4], center = true); } translate([0, 0, 25]) cylinder(r = 3.2/2, h = 50, center = true);