Marlin
Marlin copied to clipboard
Edit CONFIGURABLE_MACHINE_NAME - M550
Description
Follow-up to #27731 CONFIGURABLE_MACHINE_NAME
M550.cpp
- Allow printer name change with
GCODE_QUOTED_STRINGSdisabled. - Remove SanityCheck limitation.
- ~~Allow feedback when name is changed. ~~
- Allow without parameters to just print the name
When GCODE_QUOTED_STRINGS is enabled, it is possible to rename with or without quotes
- ex.
M550 <name> - ex.
M550 "<name>"
Otherwise, when it is disabled, quotes will be passed on in the machine name.
Requirements
Benefits
More options with M550
Related Issues
Upon starting a printer, like Ender-3V2, the Welcome MSG usually says "MACHINE_NAME Ready."
or
"3D Printer Ready."
however, when it is defined as "$", this becomes "$ Ready." on starting
Apparently according to settings.cpp the remedy is to reset. So after first flashing the firmware, that is the issue.