Browse Source

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

clementinecomputing 5 years ago
parent
commit
8f32e53f07
1 changed files with 2 additions and 2 deletions
  1. 2 2
      experiment/production/housing/v-amaranth/PopufareHousingBack.scad

+ 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);
 
   }
 }