From 17a227e0fe99b48c394f87a5c00098aa8e0e1f20 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Feb 2020 16:31:22 +0000 Subject: [PATCH] quacks-ingredients: drop some debug Signed-off-by: Ian Jackson --- quacks-ingredients.scad | 3 --- 1 file changed, 3 deletions(-) diff --git a/quacks-ingredients.scad b/quacks-ingredients.scad index 47a520f..54269c9 100644 --- a/quacks-ingredients.scad +++ b/quacks-ingredients.scad @@ -36,12 +36,9 @@ module Spots_Extrude_Upper(){ 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 + ($spots_plusgap ? multicolour_gap : 0)); - } else { - echo(condition, $spots_absent, "N"); } } -- 2.30.2