🎨 Apply F() to G-code report header
This commit is contained in:
@@ -55,7 +55,7 @@ void GcodeSuite::M281() {
|
||||
}
|
||||
|
||||
void GcodeSuite::M281_report(const bool forReplay/*=true*/) {
|
||||
report_heading_etc(forReplay, PSTR(STR_SERVO_ANGLES));
|
||||
report_heading_etc(forReplay, F(STR_SERVO_ANGLES));
|
||||
LOOP_L_N(i, NUM_SERVOS) {
|
||||
switch (i) {
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user