Merge pull request #217 from Erik-Morbach/patch-3

bug on single axis home
This commit is contained in:
Terje Io
2022-11-06 09:07:24 +01:00
committed by GitHub
+1 -1
View File
@@ -888,7 +888,7 @@ status_code_t mc_homing_cycle (axes_signals_t cycle)
// Perform homing routine. NOTE: Special motion case. Only system reset works.
if (!home_all) // Perform homing cycle based on mask.
homed_status = !limits_go_home(cycle);
homed_status = limits_go_home(cycle);
else {
uint_fast8_t idx = 0;