set_current_position_from_planner() after stepper.quick_stop()
This commit is contained in:
parent
381bc6f0b0
commit
6277395e1e
4 changed files with 22 additions and 1 deletions
|
|
@ -482,6 +482,7 @@ inline void line_to_current(AxisEnum axis) {
|
|||
|
||||
static void lcd_sdcard_stop() {
|
||||
stepper.quick_stop();
|
||||
set_current_position_from_planner();
|
||||
card.sdprinting = false;
|
||||
card.closefile();
|
||||
print_job_timer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue