🩹 Fix cutter power extra '%' (#27105)

This commit is contained in:
Dave Gateman 2024-05-19 17:53:38 -06:00 committed by GitHub
parent feca9a33d5
commit 0e2bd069d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(" "));