🎨 Apply F() to G-code report header
This commit is contained in:
@@ -37,7 +37,7 @@ void GcodeSuite::M149() {
|
||||
}
|
||||
|
||||
void GcodeSuite::M149_report(const bool forReplay/*=true*/) {
|
||||
report_heading_etc(forReplay, PSTR(STR_TEMPERATURE_UNITS));
|
||||
report_heading_etc(forReplay, F(STR_TEMPERATURE_UNITS));
|
||||
SERIAL_ECHOPGM(" M149 ", AS_CHAR(parser.temp_units_code()), " ; Units in ");
|
||||
SERIAL_ECHOLNF(parser.temp_units_name());
|
||||
}
|
||||
|
Reference in New Issue
Block a user