|
@@ -542,7 +542,7 @@ void MarlinUI::draw_status_screen() {
|
542
|
542
|
// Laser / Spindle
|
543
|
543
|
#if DO_DRAW_CUTTER
|
544
|
544
|
if (cutter.power && PAGE_CONTAINS(STATUS_CUTTER_TEXT_Y - INFO_FONT_ASCENT, STATUS_CUTTER_TEXT_Y - 1)) {
|
545
|
|
- lcd_put_u8str(STATUS_CUTTER_TEXT_X, STATUS_CUTTER_TEXT_Y, i16tostr3rj(cutter.power));
|
|
545
|
+ lcd_put_u8str(STATUS_CUTTER_TEXT_X, STATUS_CUTTER_TEXT_Y, cutter_power2str(cutter.power));
|
546
|
546
|
#if CUTTER_DISPLAY_IS(PERCENT)
|
547
|
547
|
lcd_put_wchar('%');
|
548
|
548
|
#elif CUTTER_DISPLAY_IS(RPM)
|