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

Customizable button. How to update variable value? #1874

Open
MARIOBASZ opened this issue Jan 26, 2024 · 1 comment
Open

Customizable button. How to update variable value? #1874

MARIOBASZ opened this issue Jan 26, 2024 · 1 comment

Comments

@MARIOBASZ
Copy link
Contributor

I want to perform the z probe:
1- go to the probe location in G53
2- Z probe at speed 1200
3- raise 3 mm
4- Z probe at speed 200
Up to here, ok.
The problem is getting to the real value of the Z probe (I can trick the machine by making it go up 0.29 mm):
If I send the command G53 G0 Z [prbz] it goes to the value saved at the beginning, which has not been updated. Is there a way to update this value?

@JipeB
Copy link

JipeB commented Apr 2, 2024

Sorry for the late response. If I understood the question correctly, it is about updating Z0 taking into account the height of the sensor/touch plate. In this case you must use G10 L20 P1Z[probe]. P1 is for workspace G54; for G55 and following you must use P2..P6.
J.P.

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