mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
parent
849b86afb6
commit
86a6b9316e
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ void GcodeSuite::M420_report(const bool forReplay/*=true*/) {
|
|||
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
||||
, SP_Z_STR, LINEAR_UNIT(planner.z_fade_height)
|
||||
#endif
|
||||
, " ; Leveling "
|
||||
, PSTR(" ; Leveling ")
|
||||
);
|
||||
serialprintln_onoff(planner.leveling_active);
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@ void GcodeSuite::M851_report(const bool forReplay/*=true*/) {
|
|||
PSTR(" M851 X0 Y0 Z")
|
||||
#endif
|
||||
, LINEAR_UNIT(probe.offset.z)
|
||||
, " ;"
|
||||
, PSTR(" ;")
|
||||
);
|
||||
say_units();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue