🩹 Fix cutter power extra '%' (#27105)
This commit is contained in:
parent
feca9a33d5
commit
0e2bd069d4
@ -709,9 +709,6 @@ FORCE_INLINE void _draw_bed_status(const bool blink) {
|
|||||||
lcd_put_u8str(F("K"));
|
lcd_put_u8str(F("K"));
|
||||||
#else
|
#else
|
||||||
lcd_put_u8str(cutter_power2str(cutter.unitPower));
|
lcd_put_u8str(cutter_power2str(cutter.unitPower));
|
||||||
#if CUTTER_UNIT_IS(PERCENT)
|
|
||||||
lcd_put_u8str(F("%"));
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lcd_put_u8str(F(" "));
|
lcd_put_u8str(F(" "));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user