a3a47856c2Use PROGMEM for TFT string handling
Knutwurst
2020-07-21 08:25:45 +02:00
1c3f1e9adaAdd original anycubic stuff for tft serial handling including serial flush in case of error.
Knutwurst
2020-07-20 21:10:44 +02:00
ed18a4a3ffUpdate README.md
Oliver Köster
2020-07-20 13:13:21 +02:00
e0a9012556Small hardware serial protocol bugfix, which causes crashes inside the tft firmware
Knutwurst
2020-07-18 22:50:35 +02:00
80602aa43fUpdate README.md to add the slowdown feature.
Knutwurst
2020-07-18 10:20:18 +02:00
620052b991Update Codebase to Marlin 2.0.5.4
Knutwurst
2020-07-17 09:54:52 +02:00
8232232235Update README.md
Oliver Köster
2020-07-16 09:58:54 +02:00
159663797eUpdate README.md to add buymeacoffee link
Knutwurst
2020-07-15 16:13:09 +02:00
6118fe84d8Update README.md with new pictures
Knutwurst
2020-07-15 10:33:50 +02:00
d174e84f4eRemove unused mes menu item.
Knutwurst
2020-07-15 10:10:22 +02:00
e9515c89f2Fix BLTouch menu entry
Knutwurst
2020-07-14 20:44:18 +02:00
ca41c9a310Switch to prerelease
Knutwurst
2020-07-14 20:39:21 +02:00
68338f49ecBump version to 1.0.7 for next release.
Knutwurst
2020-07-14 20:37:55 +02:00
a7b4298ffdAdd BLTouch special menu item.
Knutwurst
2020-07-14 20:33:42 +02:00
68cc5ef87dUpdate README.md to add BLTouch feature.
Knutwurst
2020-07-14 20:12:45 +02:00
97d6db15cfAdd BLTouch Support (can be enabled with #define KNUTWURST_BLTOUCH)
Knutwurst
2020-07-14 20:09:41 +02:00
5d3be2c342- Rework of Touchscreen serial protocol handling - Disable Endstop Beep - Bugfix when stopping sd print while heating leads to a endless printing loop - Bump version to 1.0.6 for next release
1.0.6
Knutwurst
2020-07-11 13:29:06 +02:00
d88d98d691New serial protocol handling and .gcode is only appended when it's needed.
Knutwurst
2020-07-09 10:37:14 +02:00
73c98e400bRework touchscreen handling.
Knutwurst
2020-07-08 18:28:07 +02:00
73e750d697First working implementation of the special menu for the Mega X touchscreen.
Knutwurst
2020-07-07 12:30:43 +02:00
f6836ebdcbAdd correct Version to TFT which supports it.
Knutwurst
2020-07-06 13:37:28 +02:00
e5029452e2Add something to the readme ;)
Knutwurst
2020-06-21 23:34:42 +02:00
759e42beacBump Version to 1.0.5
1.0.5
Knutwurst
2020-06-21 16:55:26 +02:00
db6707d78eFix issue #1 where M600 did not work. Also implemented advanced pause and parging feature and fixed bug, which prevents resuming from pared nozzle.
Knutwurst
2020-06-21 12:52:21 +02:00
e7731a4b72Add startup chime, endstop beep and extremely annoying thermal runaway warning sound, since the touchscreen can not display an error message.
Knutwurst
2020-06-15 11:01:40 +02:00
0b2a577fe8Fix typo in readme.
Knutwurst
2020-06-14 18:52:55 +02:00
e04691b248- Code cleanup - Bump version to 1.0.5-prerelease
Knutwurst
2020-06-14 17:47:42 +02:00
fb801fb3ecSome file dialog fixes regarding too long filenames and special menu
Knutwurst
2020-06-14 14:06:33 +02:00
3010e0e14aUpdate README.md to reflect the current firmware status.
Knutwurst
2020-06-13 13:43:31 +02:00
d656a841b7Trigorilla Board selection fix, thanks to Daniel Epp. This is necessary if you want to use a BLTouch sensor in thins setup.
Knutwurst
2020-06-12 12:02:16 +02:00
d090049594Take anycubic's approach to implement power outage support. SD card wearing can be prevented by disabling it via POWER_OUTAGE_TEST flag.
Knutwurst
2020-06-11 15:36:23 +02:00
a52dc3c7e9Smaller buffersize for serial communication between touchscreen and mainboard because it's not needed anymore.
Knutwurst
2020-06-09 16:12:12 +02:00
b6ad592a8dAutomatically initialize EEPROM on any errors.
Knutwurst
2020-06-06 20:13:26 +02:00
ecb83dcc13Fix typo
Oliver Köster
2020-06-06 15:07:10 +02:00
e1ca8ee7b3Bump Version to 1.0.2
1.0.2
Knutwurst
2020-06-06 14:38:56 +02:00
a11043e5bcBugfixes 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.
Knutwurst
2020-06-06 14:32:04 +02:00
38fdba59edUpdate README.md
Oliver Köster
2020-06-06 14:22:59 +02:00
bebffb6823Update README.md
Oliver Köster
2020-06-06 13:52:25 +02:00
a3b291f1cfDisable advanced pause feature, because resume does not work reliably.
Knutwurst
2020-06-06 13:51:17 +02:00
0486080289- Remove unneccessary bed heating information. - Disable debug information via serial console.
Knutwurst
2020-06-06 12:53:11 +02:00
c20481ae96Update README.md
Oliver Köster
2020-06-06 12:10:48 +02:00
dea52953f0Fix for special menu. Also add exit item at the end of the list.
Knutwurst
2020-06-03 08:37:39 +02:00
cfd05a1d7eSupport for Filament runout sensor and endstop beep.
Knutwurst
2020-06-03 08:26:38 +02:00
7f55974cbbAllow 1 and 2 byte characters in Touchscreen Display.
Knutwurst
2020-06-03 08:24:12 +02:00
06bd56f54dWorking Implementation of Anycubic Touchscreen. Also with UTF8 workaround when using invalid characters on SD.
Knutwurst
2020-06-02 19:20:48 +02:00
612108066dFix ringbuffer in serial connection between Mainboard and Touchscreen.
Knutwurst
2020-06-02 19:18:23 +02:00