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

Lathe mode DRO display issue #270

Closed
docwelch opened this issue Feb 3, 2023 · 4 comments
Closed

Lathe mode DRO display issue #270

docwelch opened this issue Feb 3, 2023 · 4 comments

Comments

@docwelch
Copy link

docwelch commented Feb 3, 2023

Using the latest release, 2.0.41, when I enable the lathe mode and restart the app, the DRO axes that display are X and Y instead of X and Z.

Also, the DRO always shows to be in radius mode even when changed to diameter mode (restarting does not fix this). I do not have my lathe set up yet so do not know if this is just an error in the display or if it is an error in how the program behaves.

@terjeio
Copy link
Owner

terjeio commented Feb 3, 2023

Wrong axes showing is due to a regression - easy to fix.
Radius/diameter mode is normally set from the controller, if is a grblHAL controller set the Mode of operation to Lathe mode ($22=2). The Diameter/Radius mode is selected with G7 and G8 respectively, try that from the MDI. This works for me.
If a legacy Grbl controller - then I have to go back and check the code...

I'll upload a new Edge version when you have checked Diameter/Radius mode.

@docwelch
Copy link
Author

docwelch commented Feb 3, 2023

I am using an ESP32 based controller so setting the mode in the controller and using G7/G8 does work as it should.
I'll watch for the new Edge version

Thanks for your great work and quick response!

@terjeio
Copy link
Owner

terjeio commented Feb 4, 2023

New Edge version with fix uploaded.

@docwelch
Copy link
Author

docwelch commented Feb 4, 2023

Thank you, working as it should.

@docwelch docwelch closed this as completed Feb 4, 2023
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