diff --git a/g2core/cycle_feedhold.cpp b/g2core/cycle_feedhold.cpp index 89411846..1d846fab 100644 --- a/g2core/cycle_feedhold.cpp +++ b/g2core/cycle_feedhold.cpp @@ -339,6 +339,7 @@ stat_t cm_feedhold_command_blocker() stat_t _run_program_stop() { + cm1.hold_state = FEEDHOLD_OFF; // clear the feedhold cm_cycle_end(); // end cycle and run program stop return (STAT_OK); }