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

G53 doesn't recognized by the UI #91

Open
siganberg opened this issue Sep 27, 2024 · 0 comments
Open

G53 doesn't recognized by the UI #91

siganberg opened this issue Sep 27, 2024 · 0 comments

Comments

@siganberg
Copy link
Contributor

siganberg commented Sep 27, 2024

If you have an offset set up and you send a G53 G-code (machine coordinates), the UI still measures it from the offset instead of from the homing coordinates. This makes your G-code appear invalid, and the UI displays it rendered outside the designated zone.

How to reproduce:

  1. Go to settings, and in the "Program End" section, add the following (this is my park zone after cutting is completed) and save:
Copy code
G53 G0 G90 Z0
G53 G0 G90 X0 Y810
  1. Home your machine.
  2. After homing, move your X, Y, and Z axes to some points; a point close to the center is a good testing location.
  3. Load a small program.

From here, you will notice that your Y limit is exceeded, and the UI rendering is off the zone, which should not happen since we are using G53.

Although the UI appears incorrect, you should still be able to run the program.

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

1 participant