Move some strings to PROGMEM

This commit is contained in:
Scott Lahteine 2018-01-23 20:51:37 -06:00
parent d8aa40eedf
commit 3ab4736ac9
6 changed files with 11 additions and 11 deletions

View file

@ -1220,7 +1220,7 @@
SERIAL_PROTOCOLLNPAIR("UBL object count: ", (int)ubl_cnt);
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
SERIAL_PROTOCOL("planner.z_fade_height : ");
SERIAL_PROTOCOLPGM("planner.z_fade_height : ");
SERIAL_PROTOCOL_F(planner.z_fade_height, 4);
SERIAL_EOL();
#endif