🚸 Fix extra echo: in M218 report (#27674)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user