cnc-club / gcodetools

CAM extension for Inkscape to export paths to Gcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Division by 0 in dxf_input.py line 433

McNugget6750 opened this issue · comments

commented

Please check line 433 in dxf-input.py line 433

There is a division / 0 hard coded at the end. It has to be something else. 100.0 instead of 00.0 works but I'm not sure that was your intention.

commented

Note that this is a bug (typo?) in the (outdated) copy of Inkscape's dxf_input.py module maintained in this gcodetools repository - the issue was never present in any original version of the file that was distributed with past and current Inkscape releases.

AFAICT the version of dxf_input.py in this repo is a slightly modified copy of the one distributed with Inkscape versions 0.47 - 0.48.1.

commented

Thank you! Checked back with InkScape and they said the same thing! Fixed and closed!