Open BallieK69 opened 2 years ago
The deprecation warnings shouldn't matter too much. Could you attach a picture of the output's traces?
This is how it starts out and ends up at GRBL side. Using latest Inkscape and windows 11.
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?
Yip. Latest Inkscape 1.1, J Tech 2.4 and GRBL 4.7.1 Looks like if the job is saved in "Optimized svg" then ok...
On Tue, 22 Feb 2022, 10:55 Alex Padula, @.***> wrote:
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.zip https://github.com/JTechPhotonics/J-Tech-Photonics-Laser-Tool/releases/download/v2.4/JTP-Laser-Tool_v2.4.zip 76.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?
— Reply to this email directly, view it on GitHub https://github.com/JTechPhotonics/J-Tech-Photonics-Laser-Tool/issues/68#issuecomment-1047562914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX3DPMY2R2WWV5LHPX26OATU4NFQPANCNFSM5O2J2VNQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.*** com>
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)