acorn: v0
[clinton/3d-models.git] / etc / meanwell_supply_cover.scad
index f55d6a3..19329d8 100644 (file)
@@ -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);
       }
     }
   }