mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🩹 M493 report followup
This commit is contained in:
parent
a886906f01
commit
7249c3c46f
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ void say_shaping() {
|
|||
|
||||
#if HAS_EXTRUDERS
|
||||
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
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue