New version available for testing #74
Replies: 18 comments 61 replies
-
Hello and already thank you very much for developing this fork in order to be able to use the screen !
So I just installed this new testing version but I haven't tried it in detail yet. The base seems to be working fine for me and i have a few questions/remarks/suggestions though :
Thank you !! |
Beta Was this translation helpful? Give feedback.
-
Am I doing something wrong? I use KIAUH to install klipper, moonraker, and fluidd for my 3D printer. KIUAH defines the klipper repo as the official master branch (KLIPPER_REPO=https://github.com/Klipper3d/klipper.git) and in the past I just edit the script to clone into the Desuuuu master branch (KLIPPER_REPO=https://github.com/Desuuuu/klipper.git) For this new version I have KIUAH do the following: "git clone --single-branch --branch dgus-display $KLIPPER_REPO" Problem is when I go to select option for the micro-controller firmware the DGUS display option is no longer an option. What have I done wrong? |
Beta Was this translation helpful? Give feedback.
-
I'm getting
config has:
previously when using the DGUS-reloaded fork, I had to choose USART1 for the display in the menuconfig. Previous working menuconfig:
|
Beta Was this translation helpful? Give feedback.
-
Success on my Creality CR-10S Pro V2. I've managed to:
Shameless questions:
[UPDATE/BONUS 06/Nov]: here's my current and working CR-10S Pro V2 printer.cfg which has been tweaked and in use since I installed Desuuuu's fork (~2months at time of editing/adding this). I've also moved to a Mainsail install/OS and no longer use OctoPrint/Pi. |
Beta Was this translation helpful? Give feedback.
-
Just upgraded to this new version from the previous one on my CR10S Pro v2 and everything seems to be working fine, but I do have one question that's strictly not related to this version, but I was hoping would be solved and isn't. My workflow used to be that I turned on the printer, heated up the bed and nozzle, loaded filament, and then went to the computer, but since the controlls on the screen aren't available until I've restarted host/firmware from OctoPrint I have to get to OctoPrint first. Is there any way for the printer/screen to get up and running as soon as I turn on the printer? Perhaps I should disconnect both the printer and OctoPrint and that would solve it? I could add a screen to the OctoPrint PI by the printer, but doing that kinda makes the whole build-in screen pointless? |
Beta Was this translation helpful? Give feedback.
-
Success on my Creality Ender 5 Plus without problems. In the absence of trying more, as a suggestion, is it possible to directly access the actions to increase the temperature of the extruder, bed, fan, etc ... from the icons on the main screen while it is printing? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Thought the firmware works with Klipper/Fluidd and tried your fork on the Creality CR200B. The DGUS display on this printer does not work with Desuuu DGUS. But I thought the complile firmware would still work with Fluidd. However, getting error /sys/.../thermal0... error when trying to restart Klipper. |
Beta Was this translation helpful? Give feedback.
-
I noticed that this version does not have the bootloader offset option for the STM32F429. It does not seem to boot without it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey man, long time, no see. Probably should've posted this feedback earlier, it's not about code functionality but about UI design choices. While I certainly welcome the flexibility that the new version provides in terms of adding custom menus, I feel like that's come at the cost of making certain basic tasks more tedious to perform. Specifically, I really liked the control page for jogging the axes and having the hotend temperature control on the same screen as the filament load/extruder jog buttons. There are a lot of functions that are very closely related and should be on the same screen, rather than split into five different submenus. I think a better implementation would be using the old screens (or something similar) for a few select core functions, and allowing the addition of arbitrary custom menus for other, less commonly used functions. Do you think there's enough space in the touchscreen firmware to implement this? |
Beta Was this translation helpful? Give feedback.
-
I suggest to add custom icon grid menus with same configuration logic as current lists. |
Beta Was this translation helpful? Give feedback.
-
Any help would be appreciated but my CR-200B DWIN screen has the same resolution as the CR10s Pro / Ender6 but it seems this may be DGUS2. Not sure if that is a big difference but when I tried to flash Desuuuu klipper DWIN firmware, the flash summary only shows 3 BIN, 1 HZK and 1 LIB files were flashed. The CFG file was not flashed. The result when klipper loads, the original main screen loads and button mapping is not correct. |
Beta Was this translation helpful? Give feedback.
-
Hello my friend, how is development on this going? saw there were new fixes on the klipper side of this not too long ago, but i need to ask, WHY did you remove the z-height adjustment page? and why cant the heater icons on the front page be buttons to the temperature page? and why did you remove the fantastic bed mesh leveling page from the old version? |
Beta Was this translation helpful? Give feedback.
-
What am I missing ? non of the firmware files have either screens.icl or icons ? *.ico are not valid to be flashed |
Beta Was this translation helpful? Give feedback.
-
I just noticed that you created a new release for the dgus_reloaded branch. Is the work on dgus_display still up to date or should I use dgus_reloaded for now? |
Beta Was this translation helpful? Give feedback.
-
I had the DGUS-Reloaded Branch running fine with Octoprint for long time but I had to reimage the Pi because of a corrupted SD, and when I try to Install klipper from the brach now I get the following error:
note: This error originates from a subprocess, and is likely not a problem with pip. I tried to install it via KIAUH by setting the DGUS-Reloaded brach as a custom repo and got the same error. The full error is below: " Building wheel for greenlet (setup.py) ... error × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
-
A brand new version is now available for testing in the dgus-display branch.
The main changes are:
The micro-controller firmware needs to be recompiled and your configuration will need to be updated.
The touchscreen firmware that goes with it is available here. The touchscreen will most likely require you to update its core firmware the first time you use it.
The Configuration reference, G-Codes, Command templates and Status reference documentations have been updated to reflect the changes. Please refer to them for details.
A sample configuration file has also been added.
Please keep in mind this version has not been extensively tested.
Feel free to report any feedback/problems in this thread.
Known issues
The estimated remaining time goes up when calculated naively from the print's progressTo do
Improve long messages displayBeta Was this translation helpful? Give feedback.
All reactions