chiark / gitweb /
quacks-ingredients: multicolour gap
[reprap-play.git] / quacks-ingredients.scad
index e54aa1f884190dc414aaf82859d64ab03bc59a67..f8024e35ec67864576dc021757398e4af187bc71 100644 (file)
@@ -37,7 +37,8 @@ module SpotAt(condition, xy) {
   if (condition == !$spots_absent) {
     echo(condition, $spots_absent, "Y");
     translate(xy * (spot_gap + spot_dia) * sqrt(0.5))
-      circle(r= spot_dia/2);
+      circle(r= spot_dia/2 +
+            ($spots_plusgap ? multicolour_gap : 0));
   } else {
     echo(condition, $spots_absent, "N");
   }