Gcode issues
BallieK69 opened this issue · 5 comments
Hi
When trying to make a simple design with an oval with text inside then convert to gcode the result on GRBL screen shows the text out of place. below is the message after converting. What is it that is going wrong.
C:\Program Files\Inkscape\share\inkscape\extensions\laser.py:928: DeprecationWarning: simpletransform.parseTransform -> Transform(str).matrix
t = simpletransform.parseTransform(t)
C:\Program Files\Inkscape\share\inkscape\extensions\laser.py:929: DeprecationWarning: simpletransform.composeTransform -> Transform(M1) * Transform(M2)
trans = simpletransform.composeTransform(t, trans) if trans != [] else t
C:\Program Files\Inkscape\share\inkscape\extensions\laser.py:938: DeprecationWarning: simpletransform.applyTransformToPath -> Path(path).transform(mat)
simpletransform.applyTransformToPath(trans, csp)
The deprecation warnings shouldn't matter too much. Could you attach a picture of the output's traces?
Is there anything else needed?
I'm not able to reproduce the bug with Inkscape 1.1.1 and the latest release of this extension JTP-Laser-Tool_v2.4.zip76.2
Could you attach the buggy svg file? Also, judging from the size of the arrow traces, is there any chance you're using a release older than 2.0?