X-Git-Url: http://git.hcoop.net/clinton/3d-models.git/blobdiff_plain/0e0a29ecd8aa2ace6c94cfde01d179f46bb87bbe..623e1176ee541e77d997e01189fa8cff096cd74f:/etc/meanwell_supply_cover.scad diff --git a/etc/meanwell_supply_cover.scad b/etc/meanwell_supply_cover.scad index f26d570..19329d8 100644 --- a/etc/meanwell_supply_cover.scad +++ b/etc/meanwell_supply_cover.scad @@ -37,9 +37,9 @@ PSU_DEPTH = 200; COVER_WIDTH = PSU_WIDTH + (2 * WALL); COVER_HEIGHT = PSU_HEIGHT + (2 * WALL); -//COVER_DEPTH = 11 + 60 + WALL; + COVER_DEPTH = 11 + 6 + 2*(25.4+2) + WALL; // ac -//COVER_DEPTH = 11 + 5 + 25 + WALL; // dc +//COVER_DEPTH = 11 + 6 + 30 + WALL; // dc //COVER_SUPPORT_WIDTH = 20; // ?? @@ -115,8 +115,8 @@ module powerSocket(width = 1.06*25.4, height = 1.56*25.4, screw_distance = 1.42* translate([0,-screw_distance/2,-5]) { rotate ([0, 0, 90]) cslot (3, 5, 22); } translate([0,0,-5.5 - 1.5]) minkowski() { - cube([height-8,width-8,11], center=true); - cylinder(r=4,h=0.1); + #cube([height-8,width-8,11], center=true); + cylinder(r=4.5,h=0.1); } } }