-
Notifications
You must be signed in to change notification settings - Fork 62
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
"Drawing out of range" with negative coordinates #16
Comments
I found the problem: |
Does your svg file have negative coordinates? |
Yes, because my plottable area is -40 to 40 in both directions |
Have you tried using positive coordinates and letting gcodeplot offset it to the negative area? |
No I didn't yet, because that doesn't seem to be available within the UI. Also I find it to be more intuitive to have the same coordinates in Inkscape as on my plotter. |
That's I think the source of the problem: the plugin automatically adjust the drawing location so that the drawing's 0,0 corresponds to the minX,minY on the plotter. |
I think this is a bug. This program should be looking at the min and max coordinates of the SVG, not assuming they are 0,0. |
My plotter has (0, 0) at the center, so I want to be able to use negative X and Y values. So I set Left and Buttom to negative values. Unfortunately this gives my a "Drawing out of range" showing coordinates that are NOT.
I had a look at the code, but I couldn't find a obvious reason.
The text was updated successfully, but these errors were encountered: