-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Various file fixes #27539
base: bugfix-2.1.x
Are you sure you want to change the base?
Update Various file fixes #27539
Conversation
HAS_DISPLAY
, DWIN_CREALITY_LCD
Where are we in sorting out the DWIN_SET versus TJC situation? It would be great if you could coordinate with @mriscoc on putting together a comprehensive set of changes. The 2.1.3 beta period will be on for another couple of weeks. If you can gather the most up to date implementation and package it up in a neat PR then I will be very happy to help it get cleaned up and merged ASAP. |
Still a WIP: MarlinFirmware/Configurations#1105 (comment) |
I stopped using bitmap labels a long time ago. Now I use strings. |
Description
Changes that matter:
MarlinUI::kill_screen()
to Creality UI inorder to removeHAS_UI_UPDATE 1
#define HAS_STATUS_MESSAGE 1
under whereHAS_DISPLAY
is definedFILAMENT_IS_OUT()
, put#include
in useful#if
statementsRequirements
Benefits
Configurations
Related Issues