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:
commit
44763f71c0
@ -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()) ;
|
||||
|
Loading…
Reference in New Issue
Block a user