EvilGremlin
fcf9f22390
🩹 Fix Color UI touchscreen sleep (#24826 )
2 년 전
studiodyne
9e5c143b87
✨ M217 G wipe retract length
2 년 전
EvilGremlin
2f91154cbd
♻️ Display sleep minutes, encoder disable option (#24618 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 년 전
Scott Lahteine
cb4a79173b
🩹 Remove poison wchar_t macro
2 년 전
Scott Lahteine
8aca38351c
🧑💻 Extend LCD string substitution (#24278 )
2 년 전
Scott Lahteine
a5e1d4c50a
♻️ Apply F() to more LCD code (#24228 )
2 년 전
Scott Lahteine
b934a4c612
🩹 Fix printer_busy, M73
Followup to "Misc. LCD cleanup"
2 년 전
Pauli Jokela
04fe50936e
✨ SOUND_ON_DEFAULT option (#24102 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2 년 전
Robert Brenckman
6ee34331b7
🐛 Fix Tool Change priming (#21142 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 년 전
Scott Lahteine
32e6767b5a
✨ DOGM Display Sleep (#23992 )
Co-authored-by: borland1 <barryorlando@hotmail.com >
2 년 전
Scott Lahteine
90289b0ca0
🌐 Rename "LCD Timeout" string
2 년 전
Scott Lahteine
19838d97be
🎨 Misc. adjustments, spacing
2 년 전
Scott Lahteine
a80a303cbe
🧑💻 EXTRUDER_LOOP macro
2 년 전
M. FURIC Franck
0e7be8e8c4
✨ LCD Backlight Timer (#23768 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 년 전
Scott Lahteine
ab46b7e2f2
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
2 년 전
Scott Lahteine
d5f2334140
♻️ Adjust LCD init, contrast default, settings load
2 년 전
Tanguy Pruvot
da67deb621
✏️ Fix missing brace (#23337 )
Followup to #22916
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 년 전
InsanityAutomation
2893048e29
✨ BLTouch High Speed mode runtime configuration (#22916 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 년 전
Giuliano Zaro
7110d11c9d
✨ Fan tachometer support (#23086 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2 년 전
Mike La Spina
8ee368b718
⚡️ Controller Fan software PWM (etc.) (#23102 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 년 전
aalku
75e0b7f8ff
✨ Shutdown Host Action (#22908 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 년 전
Scott Lahteine
1d80464ba7
🎨 Define HAS_PREHEAT conditional
3 년 전
Scott Lahteine
417e2530eb
🎨 Apply F() to G-code suite and queue
3 년 전
Scott Lahteine
54d400608d
🎨 Axis name string interpolation, with examples (#22879 )
3 년 전
Miguel Risco-Castillo
1ac7a56a82
🐛 E3V2 Brightness followup (#22821 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 년 전
Scott Lahteine
ea7e777cb1
🎨 Tweak custom menu item code
3 년 전
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 년 전
MangaValk
553487cc8a
Tool sensors (#17239 )
3 년 전
Scott Lahteine
e5ff55a1be
Add typedef celsius_t (#21374 )
3 년 전
borland1
df1ef496d1
Main / Config Custom Submenus (#18177 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 년 전
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 년 전
Scott Lahteine
d33fe2378c
Move common strings (#20846 )
3 년 전
Scott Lahteine
c0870d417a
Move some MarlinCore and MarlinUI code (#20832 )
3 년 전
Scott Lahteine
8fd8772a6f
Adjust axis homed / trusted methods (#20323 )
3 년 전
InsanityAutomation
e955dce3dc
Update IDEX menus, add post-M605 event G-code (#20133 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 년 전
Lucas Seiki Oshiro
c0b4f4eb47
"Sound: ON/OFF" menu item (#19901 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 년 전
Scott Lahteine
c2c6a679ea
Rename LCD conditionals (#19533 )
4 년 전
Scott Lahteine
76d8d1742c
Add multi-extruder condition
4 년 전
swissnorp
a12ac5e175
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907 )
4 년 전
Scott Lahteine
4f67642122
Header for individual menus
4 년 전
Scott Lahteine
bf316d9ec5
Fix Select Screen cancel destination
4 년 전
Scott Lahteine
c2d5b63a98
Fix up STATIC_ITEM (#18962 )
4 년 전
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 년 전
Scott Lahteine
0e1cb10909
Fix / improve menu items (#18644 )
4 년 전
Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets (#18488 )
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 년 전
Scott Lahteine
d6682c8609
Whitespace cleanup
4 년 전
ellensp
d7e06198c5
Hide menu item with no fan (#18470 )
4 년 전
Scott Lahteine
43a994e0df
Fix material preset editing
4 년 전
Scott Lahteine
4275466f49
Fix issues with no hotend / bed / fan (#18395 )
4 년 전
ManuelMcLure
3e5158c430
Move Case Light to LEDs submenu (#18290 )
4 년 전