add probe_finalize to keep things DRY
this allows the PRB report to be valid when in "no errors" mode and the probe fails
This commit is contained in:
@@ -320,6 +320,7 @@ void mc_homing_cycle()
|
||||
bit_true_atomic(sys.execute, EXEC_CRIT_EVENT);
|
||||
} else {
|
||||
perform_pull_off = 0;
|
||||
probe_finalize();
|
||||
}
|
||||
}
|
||||
protocol_execute_runtime(); // Check and execute run-time commands
|
||||
|
||||
Reference in New Issue
Block a user