-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gcode issues #68
Comments
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? |
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
<#68 (comment)>,
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>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 text was updated successfully, but these errors were encountered: