Checkpoint

This commit is contained in:
Alden Hart
2017-02-05 12:43:20 -05:00
parent fec6c33612
commit 2e911caaee
7 changed files with 52 additions and 43 deletions
+2 -1
View File
@@ -547,7 +547,8 @@ stat_t mp_exec_aline(mpBuf_t *bf)
if ((cm->cycle_state == CYCLE_HOMING) || (cm->cycle_state == CYCLE_PROBE)) {
cm->hold_state = FEEDHOLD_OFF;
} else if (cm == &cm2) { // if in p2 hold set up a flush
cm->queue_flush_state = FLUSH_REQUESTED;
cm->hold_state = FEEDHOLD_OFF;
cm->flush_state = FLUSH_REQUESTED;
} else {
cm->hold_state = FEEDHOLD_ACTIONS_START; // perform Z-lift, spindle, coolant actions
}