Skip to content

remove extra echo: from M218_report #27674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Feb 5, 2025

Description

At present M218_report (as seen in M503) displays the following with an extra "echo:", breaking some user interfaces. (eg esp3d web interface)

echo:; Hotend offsets:
echo:echo:  M218 T1 X0.00 Y0.00 Z0.000

After this patch

echo:; Hotend offsets:
echo:  M218 T1 X0.00 Y0.00 Z0.000

also tested with 3 extruders

After this patch with 3 extruders

echo:; Hotend offsets:
echo:  M218 T1 X0.00 Y0.00 Z0.000
echo:  M218 T2 X0.00 Y0.00 Z0.000

Requirements

HOTENDS > 1

Benefits

Output is correctly formatted

Related Issues

  • [BUG] (The command M218 is not displayed correctly in the web interface in the printer settings - it cannot be edited. MKS Tinybee. bugfix-2.1.x) #27669
  • @ellensp ellensp added this to the Version 2.1.3 milestone Feb 5, 2025
    @thinkyhead thinkyhead merged commit e787c8f into MarlinFirmware:bugfix-2.1.x Mar 1, 2025
    64 checks passed
    @ellensp ellensp deleted the fix-M218_report branch March 1, 2025 22:59
    EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request May 15, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants