Fix M125 unretract length (#17623)
This commit is contained in:
parent
000ec9fc13
commit
abd42e5dea
@ -94,7 +94,7 @@ void GcodeSuite::M125() {
|
|||||||
#endif
|
#endif
|
||||||
if (!sd_printing || show_lcd) {
|
if (!sd_printing || show_lcd) {
|
||||||
wait_for_confirmation(false, 0);
|
wait_for_confirmation(false, 0);
|
||||||
resume_print(0, 0, PAUSE_PARK_RETRACT_LENGTH, 0);
|
resume_print(0, 0, -retract, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user