Skip to content

Commit

Permalink
🩹 M493 report followup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 18, 2023
1 parent a886906 commit 7249c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/src/gcode/feature/ft_motion/M493.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
Expand Down

0 comments on commit 7249c3c

Please sign in to comment.