Enlarge the panel mount column
This commit is contained in:
parent
fb1273614c
commit
58f2ec885a
|
@ -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();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue