Forks the Desuuuu DWIN T5UID1 touchscreen firmware, and refactors it for use on the CR6 T5L DWIN display . Must be used with the modified Klipper from https://github.com/Thinkersbluff/DGUS-Reloaded_for_CR6-Klipper_Component
GNU General Public License v3.0
22
stars
2
forks
source link
PAUSE and STOP functions do not work correctly if used before purge line is printing #31
If a user selects PAUSE or STOP, after launching a print, but before the START_PRINT macro has at least reached the "draw purge line" phase, then the behaviour of the printer becomes unstable.
(e.g. the Head may plough into the bed and stop moving, if the STABLE_Z_HOME macro is running.)-around
The only known work-around, at the moment, is "don't do that".
I am looking for an easy way to disable those two functions until they are "safe" to run, much as Mainsail itself presently does.
I will comment this Issue with instructions for patching the v1.2.7 dgus-reloaded files, if/when I succeed.
If a user selects PAUSE or STOP, after launching a print, but before the START_PRINT macro has at least reached the "draw purge line" phase, then the behaviour of the printer becomes unstable.
(e.g. the Head may plough into the bed and stop moving, if the STABLE_Z_HOME macro is running.)-around
The only known work-around, at the moment, is "don't do that".
I am looking for an easy way to disable those two functions until they are "safe" to run, much as Mainsail itself presently does. I will comment this Issue with instructions for patching the v1.2.7 dgus-reloaded files, if/when I succeed.