From: Ian Jackson Date: Mon, 21 Apr 2025 10:59:41 +0000 (+0100) Subject: toolbox-inserts: WellSurround: remove debug X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f1c2a60a8dbf40cf86560bbbd64b82e8e2c83f16;p=reprap-play.git toolbox-inserts: WellSurround: remove debug Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index def23d5..08c015d 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -51,7 +51,6 @@ module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel // ScrewItem should use $depth module AtFixingPositions(screws) { for (screw = screws) { -echo("SCREW", screw); $fixing_depth = is_undef(screw[2]) ? fixing_depth : screw[2]; translate(fixing_pitch * [screw[0], screw[1], 0]) children(0); @@ -92,7 +91,6 @@ module WellSurround( } for (hull_group = fixings) { - echo("HULL GROUP", hull_group); hull() { AtFixingPositions(hull_group) { linextr(0, $fixing_depth)