MK2.5: unblock planner after plan_abort_hard()

This commit is contained in:
Alex Voinea 2022-11-10 22:20:01 +01:00
parent fd832f9ccf
commit 1cdc2e712b
1 changed files with 1 additions and 0 deletions

View File

@ -2992,6 +2992,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()) ;