Merge pull request #3747 from leptun/3.12_MK2.5_XYZ_Cal_fixes

MK2.5: unblock planner after plan_abort_hard()
This commit is contained in:
3d-gussner 2022-11-11 09:44:43 +01:00 committed by GitHub
commit 44763f71c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2986,6 +2986,7 @@ bool lcd_calibrate_z_end_stop_manual(bool only_z)
if (lcd_clicked()) {
// Abort a move if in progress.
planner_abort_hard();
planner_aborted = false;
while (lcd_clicked()) ;
_delay(10);
while (lcd_clicked()) ;