chiark / gitweb /
toolbox-inserts: WellSurround: remove debug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:59:41 +0000 (11:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:59:41 +0000 (11:59 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index def23d54c445b94fd2a3a6b12a033bbe8839ed02..08c015db4fcf98c382c1bf7e5d574caba06c2f79 100644 (file)
@@ -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)