FreeCAD: master 5a055fec

Author Committer Branch Timestamp Parent
Gabriel Wicke yorik master 2019-10-06 23:46:55 master 95f18a75
Changeset [path] Fix ignoreWasteFlag option

The code was trying to iterate over a `range(0, pntsPerLine)`, but
pntsPerLine was a float resulting from a division.

Convert pntsPerLine to an int, and only ignore waste if this was
successful.
mod - src/Mod/Path/PathScripts/PathSurface.py Diff File