Skip to content

Commit

Permalink
fixed jog cancelation position synch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed May 13, 2023
1 parent 6a1c328 commit 15fc070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uCNC/src/cnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ bool cnc_check_interlocking(void)
{
itp_clear();
planner_clear();
mc_sync_position();
CLEARFLAG(cnc_state.exec_state, EXEC_HOMING | EXEC_JOG | EXEC_HOLD);
}

Expand Down

0 comments on commit 15fc070

Please sign in to comment.