remove nil and noop

This commit is contained in:
Adrian Mariano
2021-11-15 23:55:57 -05:00
parent 886d316532
commit 6b20232f99
3 changed files with 9 additions and 29 deletions

View File

@@ -535,7 +535,6 @@ module npt_threaded_rod(
higbee=r1*PI/2
);
if (hollow) cylinder(l=l+1, d=size*INCH, center=true);
else nil();
}
children();
}