Purge ftostr3

Saves 54 bytes of Flash and 2 bytes of SRAM
This commit is contained in:
Guðni Már Gilbert 2022-02-27 10:42:41 +00:00 committed by Alex Voinea
parent 8e85242c8f
commit efde923e57
2 changed files with 5 additions and 11 deletions

View file

@ -11956,7 +11956,7 @@ void M600_wait_for_user(float HotendTempBckp) {
else {
counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
lcd_set_cursor(1, 4);
lcd_print(ftostr3(degHotend(active_extruder)));
lcd_printf_P(PSTR("%3d"), (int16_t)degHotend(active_extruder));
}
break;