ChrisWag91 / Inkscape-Lasertools-Plugin

A simple plugin to convert inkscape vector graphics to Gcode for DIY laser engravers
GNU General Public License v3.0
38 stars 27 forks source link

inkscape crashes upon completion - scaling problem #9

Closed pppalain closed 4 years ago

pppalain commented 4 years ago

The file skull-test.svg completes and creates valid G-code.

units are set to mm but gcode size is pixel

plugin crashes inkscape upon completion and does not update inkscape with the new path.

this is on Windows 10 inkscape 0.92

ChrisWag91 commented 4 years ago

In order to get correct unit scaling you also need to set Scale x (and Scale y) in File/Document Properties/Scale to 1. I fixed that on skull-test.svg.

I could not replicate the chrashes on my linux systems though. Is the problem still present on your system?