We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adf24f commit 6a48bfeCopy full SHA for 6a48bfe
grbl/protocol.c
@@ -173,7 +173,7 @@ void protocol_main_loop()
173
// idle lock is off?
174
if (settings.stepper_idle_lock_time == 255) {
175
// Will I do a block in next loop?
176
- if (plan_get_current_block() == NULL) {
+ if (sys.state == STATE_IDLE) {
177
// Last waiting loop. so disable stepper
178
if (stepper_sleep == 1) {
179
st_disable_set(true);
0 commit comments