From ffe74a862cd513362228ad2b782589beab36ca66 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Wed, 15 Jan 2020 21:57:36 -0600 Subject: [PATCH] Fix feedhold recovery state --- g2core/cycle_feedhold.cpp | 1 + 1 file changed, 1 insertion(+) 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); }