mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-14 14:56:08 -06:00
🎨 Apply F() to G-code report header
This commit is contained in:
parent
eeffac697c
commit
d7fede3a63
36 changed files with 50 additions and 50 deletions
|
|
@ -382,9 +382,9 @@ public:
|
|||
}
|
||||
|
||||
static void report_echo_start(const bool forReplay);
|
||||
static void report_heading(const bool forReplay, PGM_P const pstr, const bool eol=true);
|
||||
static inline void report_heading_etc(const bool forReplay, PGM_P const pstr, const bool eol=true) {
|
||||
report_heading(forReplay, pstr, eol);
|
||||
static void report_heading(const bool forReplay, FSTR_P const fstr, const bool eol=true);
|
||||
static inline void report_heading_etc(const bool forReplay, FSTR_P const fstr, const bool eol=true) {
|
||||
report_heading(forReplay, fstr, eol);
|
||||
report_echo_start(forReplay);
|
||||
}
|
||||
static void say_units();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue