cnc-club / gcodetools

CAM extension for Inkscape to export paths to Gcode
257 stars 99 forks source link

Crashes on some paths #7

Open MitchBradley opened 7 years ago

MitchBradley commented 7 years ago

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