15523 Commits

Author SHA1 Message Date
Scott Lahteine
4bd1ecf8a7 E3 DWIN: "No Media" message 2021-04-29 08:45:00 -05:00
Scott Lahteine
584c836918 E3 DWIN: General cleanup 2021-04-29 08:45:00 -05:00
Scott Lahteine
ac0511f02a Allow M524 between M23 and M24 2021-04-29 08:45:00 -05:00
Scott Lahteine
32b854a98b Drop extra Bed PID 2021-04-29 08:45:00 -05:00
Scott Lahteine
943a594ba0 Tweak MMU beeps, misc. cleanup 2021-04-29 08:45:00 -05:00
Trocololo
def328eec1 MMU2 S Mode spins the BMG gears during C0 () 2021-04-29 08:45:00 -05:00
Victor Oliveira
e26edbc623 Allow ColorUI color customization () 2021-04-29 08:45:00 -05:00
Victor Oliveira
d06e526dc2 Fix MBL "Click to continue" on Color UI touchscreen () 2021-04-29 08:45:00 -05:00
Keith Bennett
9a2de1570c SKR E3 Turbo followup () 2021-04-29 08:45:00 -05:00
Luke Harrison
3065e4f941 Fix SKR 1.4 thermistor pin comments () 2021-04-29 08:45:00 -05:00
ellensp
0fedd76819 Fix MKS Robin undefined pins error () 2021-04-29 08:45:00 -05:00
Victor Oliveira
fd83407991 Escape the M33 string arg () 2021-04-29 08:45:00 -05:00
Victor Oliveira
3d521a2e34 TFT: No timeout on Move Screen () 2021-04-29 08:45:00 -05:00
Scott Lahteine
affb5e53df Sanity check old serial names 2021-04-29 08:45:00 -05:00
Keith Bennett
d6b1563655 BigTreeTech SKR E3 Turbo () 2021-04-29 08:45:00 -05:00
Jason Smith
9d02cedfed Fix and improve STM32F1 serial () 2021-04-29 08:45:00 -05:00
Scott Lahteine
449a31dea9 Fix some pin inits 2021-04-29 08:45:00 -05:00
Scott Lahteine
bfa6cd3693 HAL/serial followup 2021-04-29 08:45:00 -05:00
Scott Lahteine
f588d50d57 HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
2021-04-29 08:45:00 -05:00
Scott Lahteine
27c067612c Whitespace cleanup 2021-04-29 08:45:00 -05:00
ellensp
a3a5b334c4 Define UART pins for LPC debug based on LPC_PINCFG_UART () 2021-04-29 08:45:00 -05:00
ellensp
cbaba010f2 Preserve brightness in EEPROM validate ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:00 -05:00
Scott Lahteine
8b69d697dd Teensy pins cleanup 2021-04-29 08:45:00 -05:00
Jason Smith
632ac54440 MKS Robin Mini uses ONBOARD_SPI_DEVICE () 2021-04-29 08:45:00 -05:00
Victor Oliveira
873b5db13d Include pins.h in dependencies script () 2021-04-29 08:45:00 -05:00
Marcio T
1978a29678 New Touch UI buttons () 2021-04-29 08:45:00 -05:00
Jason Smith
f34ea44d73 Catch a TMC address conflict early () 2021-04-29 08:45:00 -05:00
Scott Lahteine
bc081473f2 Fix up tests, warnings 2021-04-29 08:45:00 -05:00
Scott Lahteine
0b18034055 Fix Teensy 4.1 include 2021-04-29 08:45:00 -05:00
Jason Smith
d1eeb692c1 Update board/teensy comment () 2021-04-29 08:45:00 -05:00
makerbase
05680a4662 MKS SGEN L V2 adaptable heaters/fans () 2021-04-29 08:45:00 -05:00
Victor Oliveira
a08217a33c Define <u8,u8,u8>::softSPI () 2021-04-29 08:45:00 -05:00
riodoro1
5ccb2c62a9 Fix up K8800 pins () 2021-04-29 08:44:59 -05:00
Chris Pepper
9dd49b6c6a Update pins_ANET_10.h 2021-04-29 08:44:59 -05:00
Jason Smith
b52a2176fe Replace Serial with Serial1 in pins files () 2021-04-29 08:44:59 -05:00
qwewer0
d2a36b38ca Optional menu item for Assisted Tramming () 2021-04-29 08:44:59 -05:00
makerbase
33788c8405 Add MKS Robin E3P, improve LVGL UI () 2021-04-29 08:44:59 -05:00
Scott Lahteine
32cd5a3dc4 Add HAS_ROTARY_ENCODER 2021-04-29 08:44:59 -05:00
Scott Lahteine
ee1232051c Cleanup before MKS changes 2021-04-29 08:44:59 -05:00
Scott Lahteine
b3890d385c Add multi-extruder condition 2021-04-29 08:44:59 -05:00
Scott Lahteine
5a35595a3a Whitespace cleanup 2021-04-29 08:44:59 -05:00
enigmaquip
584a8cd1a8 Fix Creality DWIN Control menu icons () 2021-04-29 08:44:59 -05:00
ellensp
7a0d655292 Ultratronics Pro SPI pins () 2021-04-29 08:44:59 -05:00
qwewer0
2f483a25e9 Optional Host Start menu item () 2021-04-29 08:44:59 -05:00
Marcio T
7735be367f Fix case light brightness save/load () 2021-04-29 08:44:59 -05:00
InsanityAutomation
a50633d8e0 Fix compile for Taz Pro () 2021-04-29 08:44:59 -05:00
Scott Lahteine
dc7e2965d6 Change some dwin defines 2021-04-29 08:44:59 -05:00
Cole Markham
9065a8da89 Fix CoreXY compile with backlash cal. () 2021-04-29 08:44:59 -05:00
Keith Bennett
9d60047018 Fix missing include ()
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
2021-04-29 08:44:59 -05:00
Victor Oliveira
9d5f978d00 Move screen for Color UI () 2021-04-29 08:44:59 -05:00