Browse Source

Fix M125 unretract length (#17623)

vanilla_fb_2.0.x
Ondřej Nový 4 years ago
committed by GitHub
parent
commit
abd42e5dea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/feature/pause/M125.cpp

2
Marlin/src/gcode/feature/pause/M125.cpp

@ -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);
}
}
}

Loading…
Cancel
Save