mirror of
https://github.com/synthetos/g2.git
synced 2026-09-24 05:53:49 +08:00
Allow resume/cycle start in interlock when spinde isn't running
This commit is contained in:
@@ -830,7 +830,7 @@ static stat_t _feedhold_restart_with_actions() // Execute Cases (6) and (7)
|
||||
|
||||
// Check to run first-time code
|
||||
if (cm1.hold_state == FEEDHOLD_HOLD) {
|
||||
if (!coolant_ready() || !spindle_ready_to_resume()) {
|
||||
if (!coolant_ready() || (spindle_is_on_or_paused() && !spindle_ready_to_resume())) {
|
||||
return (STAT_EAGAIN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user