kennetek / gridfinity-rebuilt-openscad

A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Other
1.14k stars 164 forks source link

Skip tab fillet cutter if tabs are disabled #127

Closed smkent closed 8 months ago

smkent commented 9 months ago

block_cutter generates a fillet_cutter for a tab when the tab is disabled. Currently this overlaps with the rest of the cutter polygon so it doesn't affect bin generation, however it's useless computation. This change updates the conditional to skip the tab fillet cutter when tabs are disabled.