-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
DGUS_RELOADED #904
DGUS_RELOADED #904
Conversation
…f DGUS_RELOADED Signed-off-by: Neo2003 <[email protected]>
I added the following files to the
Are these files both required, or is only one of them required for the specific screen, or is neither required because the screen will retain the OS it already has installed? |
The OS flash is dangerous, and if coming from a different major rev will cause screens to lose touch response until reflashed with a config to perform calibration. Also that OS rev is quite old and wont function on newer screens. Noack is fine. |
@InsanityAutomation — So, it would be best to leave the NOACK file in there and remove the other…? Should we preserve the |
Truly obsolete in about the same sense as trying to install Windows XP on something. You can safely update any of the 3.0 or 3.5 screens over to 4.0 or 4.5. I currently recommend the 4.0 with 50 millisecond response. I'm not even sure that the noack file is even still processed by current firmware revisions to be honest but it doesn't cause any harm. |
@InsanityAutomation — How would you recommend we provide this version to users? I want to make sure they don't have to go too far afield to get all the resources they need to keep their LCD up to date. |
It's more of a get it if you need it, build with the proper dgus tool and it works with OS2 through 4.5 seamlessly. Only times I hear issues is when they try to update the OS without the calibration config, rarely hear of issues if they don't touch the os. |
@InsanityAutomation — So in short, I should remove the BIN files and just keep the assets, and users will not have any issues, correct? I may be a little selfish in that I also want to keep the best BIN file around somewhere I can easily find it and share it with Marlin collaborators. With all the things I have to track I'm always a bit afraid that months down the line I'll be unable to find an obscure link that I saved in a note or browser. |
This isn't quite ready to be merged. The configuration for the "stock" Ender 5 Plus with creality V1 board uses the |
68d6c2b
to
1c97de8
Compare
More details with DGUS_RELOADED for Ender 5 Plus printer
DWIN_SET version 1.0.3
Requirements
Requires the pull request #25490 in 2.1_bugfix branch of MarlinFirmwares MarlinFirmware/Marlin#25490
Please see more details and pictures in the above PR.
Description
This refines the Z displayed in Printing screen by showing 2 decimals instead of only one. The value is rounder to 0.02.
This refines current bed and nozzle temperature displayed in all pages by changing the type from integer to float with one decimal.
Benefits
More fine values displayed in order to view ABL working by seeing the changing Z, also temperatures are a lot better with one decimal to check for example how PID is acting.
Related Issues
N/A