Fix sporadic display issues on Anycubic 1.0 display #536

Merged
uwetaz merged 3 commits from fix_sporadic_display_issues into master 2024-06-03 15:26:12 -05:00

3 Commits

Author SHA1 Message Date
core.editor
a34fa2fae8 fix against too fast sending acycling display command
Anycubic 1.0 display ignores acyclic telegrams as J23 or J18 if they are sent too fast after last cyclic telegram.
This results for the user in sporadic not occuring mask "Lack of filament..." or no continue button at filament sensor or M600 G-Code command.
The last issue is catatrophic for the print job because interrupted at this point.
This commit fix the problem by integrating a minimum time delay which was seen at original anycubic i3 mega S fw.
2024-06-03 20:57:32 +02:00
core.editor
09e49ea1b3 cleanup alignments in huge switch case 2024-06-03 20:13:53 +02:00
core.editor
4efb65741f cleanup some braces 2024-06-03 20:09:59 +02:00