Ver Fonte

Merge branch 'master' of https://tree.clementinecomputing.com/clementinecomputing/popufare

clementinecomputing há 5 anos atrás
pai
commit
8f32e53f07

+ 2 - 2
experiment/production/housing/v-amaranth/PopufareHousingBack.scad

@@ -62,8 +62,8 @@ module PopufareHousingBackPlate() {
     // screw block
     // dw = 72.5
     //
-    translate([23, 42.5]) circle(5);
-    translate([23-40, 42.5-59]) circle(5);
+    translate([23, 42.5]) circle(5/2);
+    translate([23-40, 42.5-59]) circle(5/2);
 
   }
 }