remove echoes

This commit is contained in:
Adrian Mariano 2023-06-17 00:38:58 -04:00
parent ee07b4f87a
commit bbe700e5a5

View file

@ -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");