Skip to content
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

Open
BallieK69 opened this issue Feb 19, 2022 · 5 comments
Open

Gcode issues #68

BallieK69 opened this issue Feb 19, 2022 · 5 comments

Comments

@BallieK69
Copy link

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)

@PadLex
Copy link
Collaborator

PadLex commented Feb 19, 2022

The deprecation warnings shouldn't matter too much. Could you attach a picture of the output's traces?

@BallieK69
Copy link
Author

This is how it starts out and ends up at GRBL side. Using latest Inkscape and windows 11.

Screenshot (11)
Screenshot (14)
Screenshot (15)

@BallieK69
Copy link
Author

Is there anything else needed?

@PadLex
Copy link
Collaborator

PadLex commented Feb 22, 2022

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?

@BallieK69
Copy link
Author

BallieK69 commented Feb 22, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants