From c8e2242ae74d5c463404a84e271eae5f93c473ca Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 10 Mar 2017 21:30:39 -0500 Subject: [PATCH 1/1] power supply: loosen power socket mount Tolerance was too close and edges had to be filed down. Socket can be a bit loose since it has both a snap in connector and mounting bolts. One defect: it's pretty impossible to use the bolt hole nearest the faceplate. Haven't had issues just using one. --- etc/meanwell_supply_cover.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/meanwell_supply_cover.scad b/etc/meanwell_supply_cover.scad index f55d6a3..19329d8 100644 --- a/etc/meanwell_supply_cover.scad +++ b/etc/meanwell_supply_cover.scad @@ -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); } } } -- 2.20.1