-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
Deal with negative space #66
Comments
If you move the head to the center of workpiece and you send G92X0Y0 command you set a new zero point in grbl in the current position. To be sure that LaserGRBL will report the correct position please read this: #36 Question: you want to have 0,0 at the center of your table and move to negative space down, left and in positive space right, up. True? Do you want also to use negative space, true? LaserGRBL only create raster converted pictures with all positive coordinate, but if you open a externally created gcode file with negative numbers LaserGRBL can send it to engraver without problems. The issue is that it crop the graphics, so you can see only the positive part. This is a circle with 0,0 at the center: I think that in the future I could write some code to "autocenter" the preview, to get it working with negative space images. |
Thank you for the quick reply, the answer to your question is yes. I use the laser to augment work I have done on my cnc router. having that feature would enable me to use the same start point to facilitate indexing when moving the workpiece from router to laser. Thanks for creating this software, you have done a great job making it the easiest process for converting photos to raster files. |
I hope you can solve your question with G92 and some math. I would like to keep LaserGRBL as much simple as possible. Changing coordinate system and reference can confuse a lot of not skilled user, so I think I will never add those features (but never say never). One things I will do by sure, it is to deal with negative in job preview. |
Now that I understand the way the software is designed it will work just
fine the way it is. A little math never hurt anyone.
…On Thu, Jul 20, 2017 at 2:06 AM, arkypita ***@***.***> wrote:
I hope you can solve your question with G92 and some math.
I would like to keep LaserGRBL as much simple as possible. Changing
coordinate system and reference can confuse a lot of not skilled user, so I
think I will never add those features (but never say never).
One things I will do by sure, it is to deal with negative in job preview.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcdY2Iky8aOzGIWSywRoVxtuo-Z4FJX7ks5sPxh3gaJpZM4Ob-m1>
.
|
last release fix this issue |
I would like to change the XY Datum from lower left to center of workpiece. I have tried using the offset but that only moves the lower left position by amount of offset. Perhaps a custom button?
Thanks
The text was updated successfully, but these errors were encountered: