Update to larger dc jack for intval case.
This commit is contained in:
parent
c7bbe4a592
commit
5a94f52b79
|
@ -254,8 +254,12 @@ module intval_laser_panel_cover (LASER = false, DEBUG = false, ALL_RED = false)
|
||||||
translate([-33.5 - 20 - 1, 17.3, 0]) cube([MATERIAL, 17.5, MATERIAL], center = true);
|
translate([-33.5 - 20 - 1, 17.3, 0]) cube([MATERIAL, 17.5, MATERIAL], center = true);
|
||||||
translate([-33.5 - 20 - 1, -17.3, 0]) cube([MATERIAL, 17.5, MATERIAL], center = true);
|
translate([-33.5 - 20 - 1, -17.3, 0]) cube([MATERIAL, 17.5, MATERIAL], center = true);
|
||||||
|
|
||||||
translate([9 - 20, 1 + 5, 0]) cylinder(r = 6/2, h = 50, center = true); //hole for audio jack -> add countersink
|
//hole for audio jack -> add countersink
|
||||||
translate([-15 - 20, 1 + 5, 0]) cylinder(r = 8/2, h = 20, center = true); //hole for female DC power jack, 12vdc
|
translate([7, 10, 0]) cylinder(r = 6/2, h = 50, center = true);
|
||||||
|
//hole for female DC power jack, 12vdc
|
||||||
|
//translate([-15 - 20, 1 + 5, 0]) cylinder(r = 8/2, h = 20, center = true); //smaller DC jack
|
||||||
|
translate([23, 8, 0]) cylinder(r = 12/2, h = 20, center = true); //larger DC jack
|
||||||
|
|
||||||
//usb negative
|
//usb negative
|
||||||
translate([0, -15, 0]) cube([30, 10, 20], center = true);
|
translate([0, -15, 0]) cube([30, 10, 20], center = true);
|
||||||
|
|
||||||
|
|
|
@ -39,9 +39,9 @@ module exploded_view () {
|
||||||
//bolex_pin_laser(0, 0);
|
//bolex_pin_laser(0, 0);
|
||||||
//intval_laser_standoffs_plate();
|
//intval_laser_standoffs_plate();
|
||||||
//intval_electronics_mount("METRO");
|
//intval_electronics_mount("METRO");
|
||||||
motor_mount_bottom();
|
//motor_mount_bottom();
|
||||||
//projection () intval_panel_laser();
|
//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_panel_laser();
|
||||||
//rotate([0, 0, 13]) intval_laser_panel_cover();
|
//rotate([0, 0, 13]) intval_laser_panel_cover();
|
||||||
//key_cap();
|
//key_cap();
|
||||||
|
|
Loading…
Reference in New Issue