Scott Lahteine
|
80c7abd727
|
🩹 Remove poison wchar_t macro
|
2 years ago |
Scott Lahteine
|
23f19e9ce8
|
🎨 Misc. shorthand operators
|
2 years ago |
Scott Lahteine
|
0435b2220a
|
🐛 Fix Manual Move axis selection (#24404)
|
2 years ago |
Scott Lahteine
|
78a3ea0ed4
|
🧑💻 Apply F() to some LCD / TFT strings
Followup to #24228
|
2 years ago |
Scott Lahteine
|
d56731cd07
|
🏗️ Extend AXIS_CHAR to include E
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
1e127a93c4
|
🧑💻 Extend LCD string substitution (#24278)
|
2 years ago |
Scott Lahteine
|
28f8646aa6
|
♻️ Apply F() to more LCD code (#24228)
|
3 years ago |
Pauli Jokela
|
3443a9e18b
|
✨ SOUND_ON_DEFAULT option (#24102)
|
3 years ago |
Scott Lahteine
|
b72f9277e9
|
♻️ Common Bed Leveling object name, accessors (#24214)
|
3 years ago |
Keith Bennett
|
758dc7af9d
|
🚸 Better "Bed Tramming Done" dialog (#23616)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
3 years ago |
Scott Lahteine
|
2dcc3ddeed
|
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
|
3 years ago |
Scott Lahteine
|
5b9f3bd4b1
|
🧑💻 Remove extraneous 'inline' hints
|
3 years ago |
Tanguy Pruvot
|
184fc36a08
|
🐛 Fix TFT backlight sleep/wake (#23153)
|
3 years ago |
Mikhail Basov
|
39a81d167e
|
🚸 LCD_SHOW_E_TOTAL for TFT_COLOR_UI (#23127)
|
3 years ago |
Tanguy Pruvot
|
fd136d5501
|
🐛 Fix TFT backlight [STM32] (#23062)
|
3 years ago |
Andrei M
|
0d91b07797
|
⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
cbc7dadf42
|
🎨 Apply HAS_MULTI_HOTEND conditional
|
3 years ago |
Zlopi
|
c508ecc414
|
🚸 Scroll long filename on MKS TFT (#23031)
|
3 years ago |
Scott Lahteine
|
9cf1c3cf05
|
🎨 Apply F() to UTF-8/MMU2 string put
|
3 years ago |
Scott Lahteine
|
46c53f6730
|
🎨 Apply F() to G-code suite and queue
|
3 years ago |
Scott Lahteine
|
1de265ea5d
|
🎨 Axis name string interpolation, with examples (#22879)
|
3 years ago |
espr14
|
604a01cd1a
|
🎨 steps_to_mm => mm_per_step (#22847)
|
3 years ago |
Tanguy Pruvot
|
064f91e9b0
|
🚸 TFT backlight PWM / brightness (#22841)
|
3 years ago |
Tanguy Pruvot
|
224371dfc6
|
✨ TFT Screen/Backlight Sleep (#22617)
|
3 years ago |
Scott Lahteine
|
b661795ae5
|
🎨 Fewer serial macros
|
3 years ago |
Miguel Risco-Castillo
|
6cf2cf7bd4
|
✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
luzpaz
|
c612b56bc1
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
3 years ago |
Scott Lahteine
|
e402f43c02
|
🎨 NULL => nullptr
|
3 years ago |
Scott Lahteine
|
2b37a71eba
|
♻️ Refactor status screen timeout
|
3 years ago |
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
e75c3b6c54
|
🎨 Macros for optional arguments (#21969)
|
4 years ago |
Scott Lahteine
|
c977e82074
|
🎨 MULTI_MANUAL => MULTI_E_MANUAL
|
4 years ago |
BigTreeTech
|
ac11c689f7
|
Capacitive Touch Screen (GT911) for SKR SE BX (#21843)
Co-authored-by: Msq001 <alansayyeah@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
d174d610bd
|
Temperature cleanup
|
4 years ago |
Scott Lahteine
|
a468701511
|
Cleanup, hex formatting
|
4 years ago |
David
|
e306abaf8a
|
Color UI Move Screen for 320x240 TFT (#21708)
|
4 years ago |
Keith Bennett
|
bc28aed5b1
|
Clean up TFT comments (#21723)
|
4 years ago |
Scott Lahteine
|
1830629472
|
Use temperature accessors
|
4 years ago |
Scott Lahteine
|
3153080301
|
Move last bootscreen delay to end of setup (#21665)
|
4 years ago |
Scott Lahteine
|
899fcf51e6
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
4 years ago |
Scott Lahteine
|
c67e115f61
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
4 years ago |
Scott Lahteine
|
c66cbf0d69
|
Reduce math library code size by 3.4KB (#21575)
|
4 years ago |
Ramiro Polla
|
6d9aaf8de5
|
Macros to eliminate 'f + 0.0' (#21568)
|
4 years ago |
BigTreeTech
|
2c73964b2b
|
BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536)
|
4 years ago |
Marcio T
|
82e6a2ed62
|
G26 Hilbert Curve followup (#21480)
|
4 years ago |
Scott Lahteine
|
2059c6e4d0
|
Apply pointer formatting
|
4 years ago |
Scott Lahteine
|
3226e12037
|
Add typedef celsius_t (#21374)
|
4 years ago |
Scott Lahteine
|
976403d10d
|
Improve max temp / target
|
4 years ago |
Mike La Spina
|
db4d9b7fcf
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Tanguy Pruvot
|
460cdf4c09
|
Multi-language pertains to Color UI (#20972)
|
4 years ago |