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

Display current GCODE Z OFFSET #1182

Closed
LazaroFilm opened this issue Feb 1, 2019 · 2 comments
Closed

Display current GCODE Z OFFSET #1182

LazaroFilm opened this issue Feb 1, 2019 · 2 comments

Comments

@LazaroFilm
Copy link
Contributor

Hi,
Is there a way to display the current z offset? I have a couple of macros button that I use to step the nozzle to the right height of my probe moves or if I change the nozzle. But I often lose count of how many times I clicked. Would love something like DISPLAY_GCODE_OFFSET command.

@JohnEdwa
Copy link

JohnEdwa commented Feb 1, 2019

GET_POSITION replies back with a bunch of stuff, gcode base: X:0.000000 Y:0.000000 Z:-0.050000 E:34.000000 (or gcode homing: X:0.000000 Y:0.000000 Z:-0.050000, not absolutely sure) tells you the offsets.

@KevinOConnor
Copy link
Collaborator

I'm closing this as I think the original question was answered.

-Kevin

@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants