Browse Source

Tweak PLR debug

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
759d63d76a
  1. 2
      Marlin/src/feature/powerloss.cpp

2
Marlin/src/feature/powerloss.cpp

@ -523,7 +523,7 @@ void PrintJobRecovery::resume() {
#endif
#if HAS_LEVELING
DEBUG_ECHOLNPAIR("leveling: ", int(info.leveling), "\n fade: ", int(info.fade));
DEBUG_ECHOLNPAIR("leveling: ", int(info.leveling), " fade: ", info.fade);
#endif
#if ENABLED(FWRETRACT)
DEBUG_ECHOPGM("retract: ");

Loading…
Cancel
Save