Skip to content

Commit

Permalink
Fixes issue LinuxCNC#2983 testing done on two machines, no longer con…
Browse files Browse the repository at this point in the history
…tinues homing after one axis fails. May need further thinking to determine and unintended conquences
  • Loading branch information
JimmyRigIt committed May 24, 2024
1 parent db570eb commit 7527cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emc/motion/homing.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ static bool home_do_moving_checks(int jno)
}
}
/* check for reached end of move */
/* check for reached end of move */
if (! (&joints[jno])->free_tp.active) {
/* reached end of move without hitting switch */
(&joints[jno])->free_tp.enable = 0;
Expand Down

0 comments on commit 7527cd1

Please sign in to comment.