mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 23:39:36 +00:00
remove echoes
This commit is contained in:
parent
2d35733980
commit
0851dc3aef
1 changed files with 0 additions and 2 deletions
|
@ -810,8 +810,6 @@ module screw_hole(spec, head, thread, oversize, hole_oversize, head_oversize,
|
|||
if (threaded || is_def(oversize) || is_def(hole_oversize) || tolerance==0 || tolerance=="none") {
|
||||
undersize = is_def(oversize) ? -oversize
|
||||
: -[default(hole_oversize,0), default(head_oversize,0)];
|
||||
echo_struct(spec);
|
||||
fdsa= echo(undersize=undersize);
|
||||
default_tag("remove")
|
||||
screw(spec,head=head,thread=thread,undersize=undersize, higbee=higbee,
|
||||
length=length,l=l,thread_len=thread_len, tolerance=tolerance, _counterbore=counterbore,
|
||||
|
|
Loading…
Reference in a new issue