From 576b3ab457baf8e3e1d4fe3ce49970ddc5a21254 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 18 Feb 2021 16:19:45 -0500 Subject: [PATCH] remove debug echo --- rounding.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/rounding.scad b/rounding.scad index f70bead..d77caa5 100644 --- a/rounding.scad +++ b/rounding.scad @@ -975,7 +975,6 @@ function offset_sweep( height = one_defined([l,h,height], "l,h,height", dflt=u_add(bottom_height,top_height)), middle = height-bottom_height-top_height ) - echo(height=height) assert(height>0, "Height must be positive") assert(middle>=0, str("Specified end treatments (bottom height = ",bottom_height, " top_height = ",top_height,") are too large for extrusion height (",height,")"