Tweak PLR debug

This commit is contained in:
Scott Lahteine 2020-07-06 19:14:15 -05:00
parent 35bb616d32
commit 759d63d76a

View File

@ -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: ");