🩹 M493 report followup

This commit is contained in:
Scott Lahteine
2023-05-18 15:44:04 -05:00
parent a886906f01
commit 7249c3c46f

View File

@@ -103,7 +103,8 @@ void say_shaping() {
#if HAS_EXTRUDERS #if HAS_EXTRUDERS
SERIAL_ECHO_TERNARY(fxdTiCtrl.cfg.linearAdvEna, "Linear Advance ", "en", "dis", "abled"); SERIAL_ECHO_TERNARY(fxdTiCtrl.cfg.linearAdvEna, "Linear Advance ", "en", "dis", "abled");
SERIAL_ECHOLNPGM(". Gain: "); SERIAL_ECHO_F(fxdTiCtrl.cfg.linearAdvK, 5); SERIAL_ECHOPGM(". Gain: "); SERIAL_ECHO_F(fxdTiCtrl.cfg.linearAdvK, 5);
SERIAL_EOL();
#endif #endif
} }