-
To test a few things I have a breakout board that runs grblHAL. Now I need homing - but unless I connect 3 limit switches and press them accordingly I (of course) get a
Is there some kind of short cut for development/tinkering to convince grblHAL that home was reached without manually pressing some limit switches? |
Beta Was this translation helpful? Give feedback.
Answered by
terjeio
Dec 29, 2024
Replies: 1 comment
-
Enable manual homing for all axes:
Then send: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tcurdt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enable manual homing for all axes:
Then send:
$H
when in the home position.