f734f79f5b
reduced verbiage
2021-04-29 08:45:17 -05:00
627331aa68
Fix MKS LVGL UI Main screen / print buttons ( #21468 )
2021-04-29 08:45:17 -05:00
f1986545da
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:17 -05:00
9f48314cb4
YHCB2004 pins followup ( #21472 )
2021-04-29 08:45:17 -05:00
7c275285ea
Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. ( #21453 )
2021-04-29 08:45:17 -05:00
4ffb95a736
MKS UI: Monitor state when idle ( #21452 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:17 -05:00
943a8ebdc6
Fix for YHCB2004 ( #21450 )
2021-04-29 08:45:17 -05:00
8d73a6c4e2
Avoid watchdog reset in all wired EEPROMs ( #21436 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-04-29 08:45:17 -05:00
e817db62a4
Apply TMC UART to STM32, simplify
2021-04-29 08:45:17 -05:00
85eb179acf
Define HW serial ports needed for TMC UART ( #21446 )
2021-04-29 08:45:17 -05:00
3d70b645b6
Optimize LSF for size, efficiency ( #21443 )
2021-04-29 08:45:17 -05:00
c83b6217f9
Followup to SDIO patch ( #21440 )
2021-04-29 08:45:17 -05:00
a97f6c4c74
Endstops always on in G28 ( #21441 )
2021-04-29 08:45:17 -05:00
710b1bcb6d
Endstops always on after delta homing ( #21442 )
2021-04-29 08:45:17 -05:00
98a6015d3a
Extend M106/M107 for better laser module support ( #16082 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:17 -05:00
05b281ad9e
SKR E3 Mini V2.0 Fan Bug Fix ( #21079 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-04-29 08:45:17 -05:00
3c9ffa77f9
Ender 3 V2 Status Line ( #21369 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:17 -05:00
2a32d14dc4
Fix SDIO buffer alignment ( #21396 )
2021-04-29 08:45:17 -05:00
e087271d48
Misc build fixes ( #21413 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:17 -05:00
375404290d
Update Anet V1.0 display timing ( #21425 )
2021-04-29 08:45:17 -05:00
5c8f7c7ea3
Optimize MarlinSettings with template methods ( #21426 )
2021-04-29 08:45:17 -05:00
c6774812fa
More IntelliSense-friendly declarations
2021-04-29 08:45:16 -05:00
af13128430
Group UBL parameters, add comments
2021-04-29 08:45:16 -05:00
6b7a92035c
Misc LCD cleanup
2021-04-29 08:45:16 -05:00
3226e12037
Add typedef celsius_t ( #21374 )
2021-04-29 08:45:16 -05:00
2a011779e9
Max temp/target followup
2021-04-29 08:45:16 -05:00
faa1118ca7
MKS / E3V2 LCD code cleanup
2021-04-29 08:45:16 -05:00
3341e4f88c
Add typedef extra_fan_t
2021-04-29 08:45:16 -05:00
976403d10d
Improve max temp / target
2021-04-29 08:45:16 -05:00
ff729744e5
Main / Config Custom Submenus ( #18177 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:16 -05:00
d924adef75
Followup to UBL Hilbert
2021-04-29 08:45:16 -05:00
dca4c2904e
Check NOZZLE_CLEAN_FEATURE settings ( #21332 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-04-29 08:45:16 -05:00
e806c3376a
UBL - Hilbert space-filling curve probing sequence ( #21387 )
2021-04-29 08:45:16 -05:00
c9674cd809
Minor process_subcommands_now followup
2021-04-29 08:45:16 -05:00
259d8f19b3
Fix macros that call macros crashing ( #21383 )
...
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
2021-04-29 08:45:16 -05:00
9a1c4f91fe
Fix MKS H43 sensorless homing ( #21388 )
2021-04-29 08:45:16 -05:00
4bdc303f6c
Update Hungarian language ( #21407 )
2021-04-29 08:45:16 -05:00
5b0dc4d325
Mesh Editor for FTDI Eve Touch UI ( #21381 )
2021-04-29 08:45:16 -05:00
39c30d6fd6
HAL eeprom cleanup
2021-04-29 08:45:16 -05:00
e50af65a1b
Fix bool++ warning
2021-04-29 08:45:16 -05:00
ac4f3c0c7e
Nextion TFT touch screen ( #21324 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-04-29 08:45:16 -05:00
107cc1f6a1
Followup to planner cleanup
2021-04-29 08:45:16 -05:00
7cfaa50148
Revert "Fix small wired EEPROM ( #21337 )"
...
Reverting commit cc3e878f90
pending further investigation.
2021-04-29 08:45:16 -05:00
dec9b9ad2f
Minor E3 V2 dwin cleanup
2021-04-29 08:45:16 -05:00
7973b954b4
E1+ Autotemp and Planner comments
2021-04-29 08:45:16 -05:00
e0711d87a0
Un-pause fans on STOP
2021-04-29 08:45:16 -05:00
3bbcfb0185
Update setup() description
2021-04-29 08:45:16 -05:00
a2d2e19f84
KRATOS32 / K.32 board and LCD controllers ( #21334 )
2021-04-29 08:45:16 -05:00
35c32602f4
Teensy USB / serial followup ( #21316 )
2021-04-29 08:45:16 -05:00
f6f5ed166f
Fix build with Meatpack only on 2nd port ( #21336 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-04-29 08:45:16 -05:00