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

is it possible for probe to stay undock on toolhead after homing all axis? #246

Open
drumstick77 opened this issue Mar 19, 2024 · 4 comments

Comments

@drumstick77
Copy link

is it possible for probe to stay undock on toolhead after homing all axis?

@jlas1
Copy link
Owner

jlas1 commented Mar 19, 2024

it is, you can do:
G28 X Y
ATTACH_PROBE_LOCK
G28 Z

Then when you want the probe to dock, do DOCK_PROBE_UNLOCK.

@drumstick77
Copy link
Author

thank you. Sorry, I probably should also say that I'm using the klicky macros. is it possible to adjust it rather than homing override? (I presume that's homing override that you've suggested?)

@jlas1
Copy link
Owner

jlas1 commented Mar 20, 2024

don't know if i understood your question correctly, those instructions are with klicky default homing override.
To be fair, these question appear quite often on initial setup, but dissapear as time goes by, because it's all automated, so a extra dock and undock goes unnotticed.

@drumstick77
Copy link
Author

drumstick77 commented Mar 20, 2024

Sorry for the confusion.
I'm still a bit confused as you can probably tell, I'm wondering if I should be updating the below code in the default homing override?


it is, you can do:
G28 X Y
ATTACH_PROBE_LOCK
G28 Z

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