mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🩹 Fix cutter power extra '%' (#27105)
This commit is contained in:
parent
feca9a33d5
commit
0e2bd069d4
1 changed files with 0 additions and 3 deletions
|
@ -709,9 +709,6 @@ FORCE_INLINE void _draw_bed_status(const bool blink) {
|
|||
lcd_put_u8str(F("K"));
|
||||
#else
|
||||
lcd_put_u8str(cutter_power2str(cutter.unitPower));
|
||||
#if CUTTER_UNIT_IS(PERCENT)
|
||||
lcd_put_u8str(F("%"));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
lcd_put_u8str(F(" "));
|
||||
|
|
Loading…
Reference in a new issue