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:
Elijah Insua
2014-09-22 14:40:21 -07:00
parent 5f1eece67d
commit 0beacbbb11
3 changed files with 10 additions and 3 deletions

View File

@@ -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