STATUS_HEAT_POWER

MarlinFirmware/Marlin#25268
This commit is contained in:
Scott Lahteine 2023-08-04 03:58:42 -05:00
parent 13f4aa6a59
commit 7315bfd43f
321 changed files with 963 additions and 0 deletions

View file

@ -1980,7 +1980,10 @@
//#define STATUS_ALT_BED_BITMAP // Use the alternative bed bitmap
//#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
// Only one STATUS_HEAT_* option can be enabled
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar
//#define STATUS_HEAT_POWER // Show heater output power as a vertical bar
// Frivolous Game Options
//#define MARLIN_BRICKOUT