Sola
|
8df3e62c89
|
🚸 Fix and improve MKS LVGL UI (#22783)
Co-authored-by: makerbase <4164049@qq.com>
Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
323b38ee88
|
💡 Adjust headers, formatting
|
3 years ago |
InsanityAutomation
|
08a40c4375
|
✨ Improve pause/filament change for ExtUI (#22655)
|
3 years ago |
Desuuuu
|
23d10ceccb
|
🎨 Use ExtUI API where applicable
|
3 years ago |
mks-viva
|
24460052d2
|
✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749)
|
3 years ago |
Marcio T
|
209dca1089
|
🚸 Enhance FTDI Eve Touch UI file select dialog (#22742)
|
3 years ago |
Scott Lahteine
|
ce6d622501
|
🩹 Fix TOUCH_UI_FTDI_EVE warnings
|
3 years ago |
Scott Lahteine
|
754b31918a
|
🎨 Fewer serial macros
|
3 years ago |
Jyers
|
43a9c71ef7
|
✨ Ender-3 V2 with Jyers UI (#22422)
|
3 years ago |
mrv96
|
b0e798330d
|
✨Add DGUS_LCD_UI_RELOADED (#21931)
|
3 years ago |
Scott Lahteine
|
853eebc3f2
|
🚸 Show ExtUI message for PID_STARTED
|
3 years ago |
Scott Lahteine
|
83a1d3a46b
|
🎨 Misc. code cleanup
|
3 years ago |
Thomas White
|
18d82c1988
|
✨ Homing submenu option (#22692)
|
3 years ago |
DvoraNoob
|
3a2eb574e2
|
🚸 MKS UI extrusion speed/steps config (#22656)
|
3 years ago |
Jason Smith
|
485a186467
|
🚸 Improve Tramming Wizard usability (#22672)
|
3 years ago |
Marcio T
|
6e40dbe0d3
|
⚡️ Fix, enhance FTDI Eve Touch UI (#22619)
|
3 years ago |
Marcio T
|
ab03c9a560
|
⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651)
|
3 years ago |
Scott Lahteine
|
f6dc56d979
|
📝 AlephObjects => LulzBot
|
3 years ago |
Scott Lahteine
|
536cf287a6
|
🎨 Misc code and spacing cleanup
|
3 years ago |
Scott Lahteine
|
c161a46112
|
🎨 Update MKSPWC, some other pins (#22557)
|
4 years ago |
Scott Lahteine
|
76c10b3e02
|
🏗️ Define HAL_STM32 for HAL/STM32 (#22537)
|
4 years ago |
luzpaz
|
8a7673ac1e
|
🎨 Spellcheck code (#22531)
|
4 years ago |
Marcio T
|
26b1ed7c2a
|
🐛 Fix FTDI Eve Touch UI (#22530)
|
4 years ago |
Scott Lahteine
|
b55cf3c9f6
|
🚸 Fix BLTouch spelling
|
4 years ago |
Marcio T
|
092b5942c1
|
🐛 Fix FTDI Eve Touch UI (#22500)
|
4 years ago |
luzpaz
|
afca6e7459
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
4 years ago |
ellensp
|
7110c4562e
|
🐛 Fix sprintf_P compile error (Maple) (#22479)
|
4 years ago |
Malderin
|
b8cc0667bb
|
🐛 Fix custom menus on MKS UI (#22470)
|
4 years ago |
Scott Lahteine
|
9bb5b10c0c
|
🚚 Relocate and adjust DWIN E3V2 (#22471)
|
4 years ago |
ellensp
|
9e68aea8a1
|
🐛 Fix DGUS displays compile (#22464)
|
4 years ago |
Marcio T
|
39e5c86544
|
🐛 Fix FTDI Eve unicode and spinner dialog (#22468)
|
4 years ago |
Scott Lahteine
|
84ca21edf7
|
🎨 abs => ABS
|
4 years ago |
Scott Lahteine
|
14d40fb957
|
🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING
Fixes #22250. Regression from #17460.
|
4 years ago |
Marcio T
|
cdcb45b87e
|
🐛 Fix FTDI Eve unicode and spinner dialog (#22459)
|
4 years ago |
Marcio T
|
4111d1d5ad
|
🐛 Fix FTDI Eve Touch UI progmem strings (#22439)
|
4 years ago |
Scott Lahteine
|
e1907a99e2
|
🎨 Fix some formatting, F() versus PSTR()
|
4 years ago |
Scott Lahteine
|
27f5e64acf
|
🎨 NULL => nullptr
|
4 years ago |
Marcio T
|
b925130db1
|
📺 Fix and optimize FTDI Eve Touch Interface (#22427)
|
4 years ago |
Chris Pepper
|
21011eefa8
|
✨ Simulator HAL and build targets (#22418)
|
4 years ago |
ellensp
|
d819de46d3
|
🎨 MKS Hardware Test followup (#22414)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Malderin
|
a90968b0ce
|
🎨 MKS hardware test followup (#22395)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Malderin
|
67019bc277
|
Fix MKS UI compile (#22388)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Marcio T
|
3be35a6bd6
|
📺 Fix Makefile build, improve Touch UI button titles (#22361)
|
4 years ago |
Scott Lahteine
|
315a722b42
|
🐛 TM3D fixes and improvements
Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
|
4 years ago |
Marcio T
|
fa6b01c677
|
⚡️ Fixes to FTDI Eve Touch UI (#22347)
|
4 years ago |
MKS-Sean
|
4febb23521
|
✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)
|
4 years ago |
Scott Lahteine
|
bd60d77904
|
🎨 Strip trailing whitespace
|
4 years ago |
InsanityAutomation
|
3ba5eda0b2
|
📺 ExtUI pause state response (#22164)
|
4 years ago |
Scott Lahteine
|
26bfc26797
|
🎨 Check flags without ENABLED
|
4 years ago |
Marcio T
|
e5e939bb4c
|
📺 Assorted small FTDI Eve Touch UI fixes (#22273)
|
4 years ago |