Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3747 from leptun/3.12_MK2.5_XYZ_Cal…
Browse files Browse the repository at this point in the history
…_fixes

MK2.5: unblock planner after plan_abort_hard()
  • Loading branch information
3d-gussner authored Nov 11, 2022
2 parents e109da4 + 478a9a6 commit 44763f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) ;
Expand Down

0 comments on commit 44763f7

Please sign in to comment.