Commit Graph

123 Commits

Author SHA1 Message Date
Knutwurst
d772a6abac Add exit to default page in special menu. 2020-06-07 09:40:56 +02:00
Knutwurst
8ea2ae36ad Add 0.02 and 0.01 Z-Stepping for mesh leveling purpose. 2020-06-07 09:27:31 +02:00
Knutwurst
eaf291bf05 Bugfix for nozzle positioning via touchscreen, which was absolute instead of relative. 2020-06-06 23:55:40 +02:00
Knutwurst
f93857edb1 Filament runout sensor can be disabled via special menu. 2020-06-06 21:51:19 +02:00
Knutwurst
a11043e5bc Bugfixes for almost every common Touchscreen problem, regarding freezes and lockups by substituting the GCodeQueue.enqueue_now_P method with the correct inject function, which also clears the current queue and ensures, our command is processed. 2020-06-06 14:32:04 +02:00
Knutwurst
a3b291f1cf Disable advanced pause feature, because resume does not work reliably. 2020-06-06 13:51:17 +02:00
Knutwurst
3ddbe448ae Reset print-timer after print stop. 2020-06-06 00:28:45 +02:00
Knutwurst
c77a32a674 Bugfix for dumb wiggeling after stopping SD print. 2020-06-06 00:17:24 +02:00
Knutwurst
33c0247347 Code cleanup for HardwareSerial. 2020-06-04 10:49:56 +02:00
Knutwurst
256dda9d13 Original implementation of HardwareSerial lib. 2020-06-04 10:47:08 +02:00
Knutwurst
404ead5e0b Back to anycubic default acceleration settings. 2020-06-03 12:38:40 +02:00
Knutwurst
c88389506f Better handling of characters, which are not printable on the Touchscreen. 2020-06-03 11:29:32 +02:00
Knutwurst
0b1d80d3d0 Fix for loading files from SD. 2020-06-03 11:06:14 +02:00
Knutwurst
dea52953f0 Fix for special menu. Also add exit item at the end of the list. 2020-06-03 08:37:39 +02:00
Knutwurst
7f55974cbb Allow 1 and 2 byte characters in Touchscreen Display. 2020-06-03 08:24:12 +02:00
Knutwurst
06bd56f54d Working Implementation of Anycubic Touchscreen. Also with UTF8 workaround when using invalid characters on SD. 2020-06-02 19:20:48 +02:00
Knutwurst
612108066d Fix ringbuffer in serial connection between Mainboard and Touchscreen. 2020-06-02 19:18:23 +02:00
Knutwurst
3591d3f7fa Fix for buffer overflow when an sd card with non ascii characters is read. 2020-06-02 15:03:25 +02:00
Knutwurst
1b60c6d748 Edit pin definitions for Trigorilla Board in i3 MEGA. 2020-06-02 14:17:30 +02:00
Knutwurst
0990a98aea Fix typo. 2020-06-02 13:12:14 +02:00
Knutwurst
9bbbdacc54 Add first rudimentary support for Anycubic Touchscreen usind serial interface. 2020-06-02 12:34:46 +02:00
Knutwurst
ac41149ae6 Add Anycubic serial interface support for Touchscreen. 2020-06-02 12:24:30 +02:00
Knutwurst
987c858ae4 Initial commit. Unusable Marlin 2.0.5.3 core without any custimization. 2020-06-02 11:44:35 +02:00