chiark / gitweb /
mic-table-clamp: Adjustments from blank, binary chop
[reprap-play.git] / quacks-ingredients.scad
index 5830f8b4924ac4530c1c4dbd17ef5cc1ae40a01c..6925a1b8cc34ca3f4b314ad550aafe983959a689 100644 (file)
@@ -1,7 +1,22 @@
 // -*- C -*-
 
+//
+// git clean -xdff
+// ./quacks-ingredients-update-levels
+// make autoincs
+//
+// make -j8 quacks-stls 2>&1 | tee log
+// OR EG
+// make -j8 quacks-ingredients-L{1,2,3,4,5},Base_Yellow.auto.stl
+//
+// ./quacks-ingredients-make-copy-gcodes Base_Yellow   etc.
+//
+//   Print Q-P-1 in spots, Q-P-2 in main colour, Q-P-3 in spots
+//
+// For colours which only have zero-spot counters, print only Q-P-2
+
 token_dia = 20;
-spot_dia = 4.5;
+spot_dia = 4.3;
 spot_gap = spot_dia / 3.0;
 
 thick = 3.0;
@@ -107,7 +122,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);
 }