🐛 Fix M420 / M851 reports (#22829)

Followup to 79c72ed821
This commit is contained in:
Manuel McLure
2021-09-24 19:08:07 -07:00
committed by GitHub
parent 849b86afb6
commit 86a6b9316e
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
}