Commit Graph

27 Commits

Author SHA1 Message Date
Knutwurst
52dc811774 Lots of changes regadring the ExtUI implementation, Filament runout, Start, Stop, Pause and Resume. 2023-05-23 15:22:25 +02:00
Stefan Kalscheuer
b115276fee move display notification after leveling for Chiron into ExtUI hook 2022-12-23 17:51:20 +01:00
Stefan Kalscheuer
36c8aee75b make custom Anycubic touchscreen implementation an ExtUI module
Start migration to ExtUI module. We do not yet change much of the custom
logic, but this brings us closer to upstream and allows use of some
integration hooks with less patching required.
2022-12-23 17:29:38 +01:00
Stefan Kalscheuer
4885c082fe add missing files from 2.1.2 merge
fixes 67c7ce7b79
2022-12-22 09:48:39 +01:00
Stefan Kalscheuer
affad24f74 fix regression from LCD_SERIAL migration for CHIRON targets
fixes fd58245bd2

There is an extension to the G29 implementation that sends a J25
notification to the external display. This must not use the
HardwareSerial implementation anymore.

there are also two leftover opening parenthesis in the command scaning
loop within the Chiron block that must be removed.
2022-12-22 09:20:12 +01:00
Stefan Kalscheuer
67c7ce7b79 Merge upstream changes from Marlin 2.1.2 2022-12-19 15:31:22 +01:00
Stefan Kalscheuer
986e416c7f Merge upstream changes from Marlin 2.1.1 2022-09-03 09:23:32 +02:00
Knutwurst
de61898c55 Add Patch Marker 2022-02-03 21:46:49 +01:00
Knutwurst
12545edfc7 Add Anycubic 0.0.2 debug feature 2022-01-09 14:34:15 +01:00
Knutwurst
f2615b7972 Add missing Touchscreen implementation to M104 and M109 temperature controller. 2021-11-17 16:56:10 +01:00
Knutwurst
62e2473450 Recreate Chiron ABL TFT feature 2021-11-10 11:48:33 +01:00
Stefan Kalscheuer
7077da3591 update code base to Marlin 2.0.9.2 2021-11-02 10:28:40 +01:00
Knutwurst
d85ebb2506 Add additional serial connection to EXP1 Header to connect ESP3D Wifi Module. #194 2021-09-12 16:31:36 +02:00
Ashley Sommer
6b2ad60d47 fix mistake in G2/G3 merge
accidental duplicated line, when previously hand-merging file versions
2021-08-28 00:24:13 +10:00
Oliver Köster
8fc3d6eaa0 Merge pull request #186 from ashleysommer/g2_g3_update
backport G2/G3 changes from upstream to fix ARC issues
2021-08-20 09:35:47 +02:00
Ashley Sommer
d464e036e0 backport G2/G3 changes from upstream to fix ARC issues 2021-08-20 15:41:54 +10:00
Ashley Sommer
92bfd1b495 Backport meatpack feature from upstream 2021-08-20 13:45:16 +10:00
Knutwurst
00155509a3 Only home X after G29, play some beeping tones and save eeprom automatically. Also bump version for next release. 2021-06-21 15:48:48 +02:00
Knutwurst
955b3aa21b Reset Chiron TFT after successful G29. 2021-06-21 14:57:29 +02:00
Knutwurst
c14f93323c Fix for ARC stuttering. 2021-03-17 14:48:50 +01:00
Knutwurst
0486080289 - Remove unneccessary bed heating information.
- Disable debug information via serial console.
2020-06-06 12:53:11 +02:00
Knutwurst
bbd2b97133 Add automatic filament change function with touchscreen controls. 2020-06-05 08:30:14 +02:00
Knutwurst
943f19ecff Add G26 mesh leveling routines. 2020-06-04 19:23:05 +02:00
Knutwurst
c0035b40c0 Bed heating status messages. 2020-06-04 18:57:44 +02:00
Knutwurst
680426254d Add heating statis messages to Touchscreen. 2020-06-04 18:56:55 +02:00
Knutwurst
72fe4d3943 Touchscreen support when doing M80 and M81 gcode commands. 2020-06-04 10:27:34 +02:00
Knutwurst
987c858ae4 Initial commit. Unusable Marlin 2.0.5.3 core without any custimization. 2020-06-02 11:44:35 +02:00