We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd5732 + 1dd5768 commit 8cf6b4eCopy full SHA for 8cf6b4e
1 file changed
uCNC/src/cnc.c
@@ -314,8 +314,10 @@ void cnc_store_motion(void)
314
cnc_clear_exec_state(EXEC_HOLD);
315
}
316
317
+#ifndef ENABLE_ITP_FEED_TASK
318
cnc_lock_itp = 0;
319
#endif
320
+#endif
321
322
323
void cnc_restore_motion(void)
@@ -347,8 +349,10 @@ void cnc_restore_motion(void)
347
349
{
348
350
351
352
353
354
355
356
357
358
// this function is executed every millisecond
0 commit comments