chiark / gitweb /
quacks-ingredients: adjust in attempt to deal with edge blemish
[reprap-play.git] / quacks-ingredients.scad
index 5830f8b4924ac4530c1c4dbd17ef5cc1ae40a01c..367d6ab9a5fc112af74c2c749224f8555583ea24 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C -*-
 
 token_dia = 20;
-spot_dia = 4.5;
+spot_dia = 4.3;
 spot_gap = spot_dia / 3.0;
 
 thick = 3.0;
@@ -107,7 +107,7 @@ module Frame(phase, base_sz) {
     }
   }
   // Priming tower
-  translate([-base_sz[0]/2, (3-phase)*(multicolour_post + multicolour_gap)])
+  translate([-base_sz[0]/2, (2.8-phase)*(multicolour_post*1.7)])
     linear_extrude(height= zs[phase-1])
     square(multicolour_post);
 }