Fix spindle power LCD display (#18189)
This commit is contained in:
@ -542,7 +542,7 @@ void MarlinUI::draw_status_screen() {
|
||||
// Laser / Spindle
|
||||
#if DO_DRAW_CUTTER
|
||||
if (cutter.power && PAGE_CONTAINS(STATUS_CUTTER_TEXT_Y - INFO_FONT_ASCENT, STATUS_CUTTER_TEXT_Y - 1)) {
|
||||
lcd_put_u8str(STATUS_CUTTER_TEXT_X, STATUS_CUTTER_TEXT_Y, i16tostr3rj(cutter.power));
|
||||
lcd_put_u8str(STATUS_CUTTER_TEXT_X, STATUS_CUTTER_TEXT_Y, cutter_power2str(cutter.power));
|
||||
#if CUTTER_DISPLAY_IS(PERCENT)
|
||||
lcd_put_wchar('%');
|
||||
#elif CUTTER_DISPLAY_IS(RPM)
|
||||
|
Reference in New Issue
Block a user