mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-17 09:37:57 +00:00
Fix Ender-3 Pro v422 custom screens (#343)
Commit 731b173587
accidentally modified Configuration.h in the wrong folder.
Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
This commit is contained in:
parent
731b173587
commit
6f306bf7ea
2 changed files with 4 additions and 4 deletions
|
@ -88,10 +88,10 @@
|
|||
#define SHOW_BOOTSCREEN
|
||||
|
||||
// Show the bitmap in Marlin/_Bootscreen.h on startup.
|
||||
//#define SHOW_CUSTOM_BOOTSCREEN
|
||||
#define SHOW_CUSTOM_BOOTSCREEN
|
||||
|
||||
// Show the bitmap in Marlin/_Statusscreen.h on the status screen.
|
||||
//#define CUSTOM_STATUS_SCREEN_IMAGE
|
||||
#define CUSTOM_STATUS_SCREEN_IMAGE
|
||||
|
||||
// @section machine
|
||||
|
||||
|
|
|
@ -88,10 +88,10 @@
|
|||
#define SHOW_BOOTSCREEN
|
||||
|
||||
// Show the bitmap in Marlin/_Bootscreen.h on startup.
|
||||
#define SHOW_CUSTOM_BOOTSCREEN
|
||||
//#define SHOW_CUSTOM_BOOTSCREEN
|
||||
|
||||
// Show the bitmap in Marlin/_Statusscreen.h on the status screen.
|
||||
#define CUSTOM_STATUS_SCREEN_IMAGE
|
||||
//#define CUSTOM_STATUS_SCREEN_IMAGE
|
||||
|
||||
// @section machine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue