Fix M125 unretract length (#17623)

This commit is contained in:
Ondřej Nový 2020-04-20 18:32:21 +02:00 committed by GitHub
parent 000ec9fc13
commit abd42e5dea
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ void GcodeSuite::M125() {
#endif
if (!sd_printing || show_lcd) {
wait_for_confirmation(false, 0);
resume_print(0, 0, PAUSE_PARK_RETRACT_LENGTH, 0);
resume_print(0, 0, -retract, 0);
}
}
}