cnc-club / gcodetools

CAM extension for Inkscape to export paths to Gcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashes on some paths

MitchBradley opened this issue · comments

Sometimes the GCode generator crashes with an "index out of range" exception from cubicsuperpath.py.

I traced the problem to a bug in cubicsuperpath.py. The simple fix is described in the following inkscape bug report:

https://bugs.launchpad.net/inkscape/+bug/1646595