From bbe700e5a5c4b105fafce9d343fe4865e2c18abb Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 17 Jun 2023 00:38:58 -0400 Subject: [PATCH] remove echoes --- screws.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/screws.scad b/screws.scad index e7a8d04..7a564ba 100644 --- a/screws.scad +++ b/screws.scad @@ -578,9 +578,7 @@ module screw(spec, head, drive, thread, drive_size, dummy = _validate_screw_spec(spec); $screw_spec = spec; pitch = struct_val(spec, "pitch") ; -fdsa= echo(pitch=pitch); threadspec = pitch==0 ? undef : thread_specification(spec, internal=_internal, tolerance=tolerance); - f=echo(threadspec); nominal_diam = _nominal_diam(spec); d_major = pitch==0 ? nominal_diam : mean(struct_val(threadspec, "d_major")); length = struct_val(spec,"length");