🚸 Fix extra echo: in M218 report (#27674)
This commit is contained in:
parent
147dcaf600
commit
e787c8f26b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ void GcodeSuite::M218() {
|
|||
void GcodeSuite::M218_report(const bool forReplay/*=true*/) {
|
||||
TERN_(MARLIN_SMALL_BUILD, return);
|
||||
|
||||
report_heading_etc(forReplay, F(STR_HOTEND_OFFSETS));
|
||||
report_heading(forReplay, F(STR_HOTEND_OFFSETS));
|
||||
for (uint8_t e = 1; e < HOTENDS; ++e) {
|
||||
report_echo_start(forReplay);
|
||||
SERIAL_ECHOLNPGM_P(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue