🚸 Fix extra echo: in M218 report (#27674)

This commit is contained in:
ellensp 2025-03-02 10:00:28 +13:00 committed by GitHub
parent 147dcaf600
commit e787c8f26b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(