Alternative info screen (Prusa-style) (#12132)
* Fix Z value display * Add HAS_PRINT_PROGRESS * Alternative Info Screen option * Add LCD_INFO_SCREEN_STYLE to example configs
This commit is contained in:
parent
5b7dd553d3
commit
67a3c5a16a
141 changed files with 909 additions and 250 deletions
|
|
@ -1486,6 +1486,13 @@
|
|||
*/
|
||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||
|
||||
/**
|
||||
* Info Screen Style (0:Classic, 1:Prusa)
|
||||
*
|
||||
* :[0:'Classic', 1:'Prusa']
|
||||
*/
|
||||
#define LCD_INFO_SCREEN_STYLE 0
|
||||
|
||||
/**
|
||||
* SD CARD
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue