de446f0520Remove thermalManager dependency from 4MAX AutoPowerOff.
Knutwurst
2023-06-08 18:17:51 +02:00
f89e25ce3eRemove debugging defines and auto save after BLTouch leveling. This is saved afterwards when closing the menu.
Knutwurst
2023-06-08 18:07:49 +02:00
4c0ed10367Rework file counting and substitute probe.offset.z with setZOffset_mm which is an ExtUI function. Also increase build number.
Knutwurst
2023-06-08 18:00:11 +02:00
c77aacbbd9Set build version for next release
1.5.0
Knutwurst
2023-06-07 21:59:21 +02:00
4206e3c4e8Invert setSoftEndstopState logic on print stop
Knutwurst
2023-06-07 21:39:14 +02:00
f7060d5524Add more TFT debugging messages.
Knutwurst
2023-06-07 09:03:20 +02:00
acee1592c9Add setSoftEndstopState to TFT print and stop functions.
Knutwurst
2023-06-07 08:49:56 +02:00
442f66c145Disable soft endstops while printing, so that mesh points below 0 can be reached.
Knutwurst
2023-06-07 08:48:05 +02:00
b5b3da41f5Disable software endstops when manual or auto leveling is activated, so the nozzle can be set to a lower point than the endstop.
Knutwurst
2023-06-07 08:35:43 +02:00
38edd9375bRevert "Disable automatic mesh adjustment when Z offset is altered."
Knutwurst
2023-06-07 08:14:28 +02:00
fb7a29ce8eDisable automatic mesh adjustment when Z offset is altered.
Knutwurst
2023-06-06 21:44:08 +02:00
056dd71494Substitute LCD_SERIAL.println() with LCD_SERIAL.print(,2) to ensure display compatibility.
Knutwurst
2023-06-06 19:06:50 +02:00
09b448773fRevert define, because it breaks the build.
Knutwurst
2023-06-06 17:01:43 +02:00
223df2956aFix display of single mesh points
Knutwurst
2023-06-06 17:01:06 +02:00
9376b95148Fix live Z offset.
Knutwurst
2023-06-06 16:46:09 +02:00
6bc410a0e3Unify special menu defines for both display types. Also fix NoSD message and error, when no SD card is present.
Knutwurst
2023-06-03 18:51:02 +02:00
011752e02aImprove file list rendering speed.
Knutwurst
2023-06-03 09:20:54 +02:00
471d7f47a0Remove unnecessary code from get-sd-list routine.
Knutwurst
2023-06-03 00:20:25 +02:00
0670fb9253Revert from const char* to char* because it breaks Anycubic 1.0 without SD card.
Knutwurst
2023-06-02 22:57:16 +02:00
501ebfd159Fix load fw defaults gcode in special menu.
1.5.0-RC1
Knutwurst
2023-06-02 22:23:53 +02:00
dedc00fb0dReenable automatic filament feed on M600, because a little purge is needed to enable the continue button.
Knutwurst
2023-06-02 19:42:13 +02:00
acc3c74905New load/unload values for chiron.
Knutwurst
2023-06-02 19:02:36 +02:00
6c4a0a887aRemove old PrintList() implementation + some cleanup
Knutwurst
2023-05-29 20:48:58 +02:00
e940c218cdDo not remove current selection if Special Menu is enabled, so items can be tapped multiple times.
Knutwurst
2023-05-29 20:40:27 +02:00
1df0ee59d2Set correct filament sensor pins for chiron in correspondig header and enable new file list implementation.
Knutwurst
2023-05-29 20:34:08 +02:00
52dc811774Lots of changes regadring the ExtUI implementation, Filament runout, Start, Stop, Pause and Resume.
Knutwurst
2023-05-23 15:22:25 +02:00
4d6715761dRevert c2c950b and 41c1600 and put changes into 36c8aee to recreate the 1.4.x filane behaviour. This should fix#453 and #455. It's untested atm and can include bugs.
Knutwurst
2023-04-23 22:11:42 +02:00
9f93a2cc5dStreamline Github workflows so tickets stay open longer.
Knutwurst
2023-04-23 21:43:36 +02:00