mirror of
https://github.com/synthetos/g2.git
synced 2026-09-21 18:56:31 +08:00
Checkpoint
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user