0
0
Fork 0
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:
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(" "));