Skip to content

Commit

Permalink
Merge pull request #399 from Paciente8159/397-bug-if-a-jog-motion-is-…
Browse files Browse the repository at this point in the history
…canceled-the-core-systems-position-are-not-synching

fixed jog cancelation position synch
  • Loading branch information
Paciente8159 authored May 13, 2023
2 parents 6a1c328 + 15fc070 commit 369a621
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 369a621

Please sign in to comment.