shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
204 stars 58 forks source link

Permit 0-length initial perforation #374

Closed Erhannis closed 2 months ago

Erhannis commented 2 months ago

Setting initial perforation length to 0 caused an error, described here: https://github.com/shaise/FreeCAD_SheetMetal/issues/372 I changed the code so it skips the initial perforations if the length is non-positive.

shaise commented 2 months ago

Thanks!