Robby Candra
d2d71caa3b
Clean up Touch pins. Better up/down touch response. ( #14900 )
6 years ago
Tanguy Pruvot
8cc0b4bf5e
Revert "Edit STEPS_PER_MM integer only" ( #14909 )
...
This reverts commit 2d98bb39bd
.
6 years ago
Ludy
9479ec32f7
Fix Service Menu compile error ( #14903 )
6 years ago
Ludy
528c9885f2
Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue ( #14831 )
6 years ago
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ( #14869 )
...
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
6 years ago
Acenotass
3914bcfbb1
Russian correction ( #14862 )
6 years ago
Tim Moore
0fa7d86918
Fix thermistor names (info menu) ( #14860 )
6 years ago
Jason Smith
534c105a7a
Fix 16-bit range check in TMenuItem::action_edit ( #14834 )
6 years ago
Acenotass
4af9908764
Update M48 command in the status line ( #14816 )
6 years ago
Scott Lahteine
8f0aedeead
Reorder some language defines
6 years ago
Scott Lahteine
2d98bb39bd
Edit STEPS_PER_MM integer only
6 years ago
Tim Moore
e3660bca25
Overlord printer thermistor ( #14815 )
6 years ago
Ludy
337361d588
Update German language, (c) ( #14804 )
6 years ago
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer ( #14801 )
6 years ago
Robby Candra
96a1c6540e
Use title case for menu items ( #14806 )
6 years ago
InsanityAutomation
f59a7e8b07
Print/display ABL current probe point ( #14788 )
6 years ago
Tanguy Pruvot
3db1a80b4c
Update French language ( #14787 )
6 years ago
Scott Lahteine
c2b319360d
Remove extra pragmas
6 years ago
Robby Candra
128eed6b57
Option to reverse select direction/buttons ( #14693 )
6 years ago
Giuliano Zaro
eb08aeab7d
Update Italian language ( #14782 )
6 years ago
Scott Lahteine
bc58e678bd
More general FSMC display option
6 years ago
Acenotass
659d06d9b9
M48 menu item, result to status ( #14772 )
6 years ago
MarcelMo
f8aa52346f
Configurable Z move distance ( #14593 )
6 years ago
Scott Lahteine
842466f4d9
Mixer patch, etc.
6 years ago
Scott Lahteine
eae543adf3
Apply HAS_SPI_LCD as needed
6 years ago
Marcio Teixeira
eb7840dabb
Match select item to encoder direction ( #14673 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg ( #13829 )
6 years ago
Scott Lahteine
180f9a4c22
Remove obsolete info menu includes
6 years ago
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
6 years ago
Marcio Teixeira
fec52e61ea
Use shared memory space for game data ( #14727 )
6 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI ( #14748 )
6 years ago
Scott Lahteine
05f4033a34
Prevent a name conflict in u8g impl file
6 years ago
Marcio Teixeira
369fb2806d
Fix compilation warnings, errors ( #14704 )
6 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
6 years ago
InsanityAutomation
9cd66f6f77
Fix missing include & condition ( #14682 )
6 years ago
Tanguy Pruvot
977cfa4494
Fix a few recent (STM32F1 DOGM, SPI) warnings ( #14669 )
6 years ago
Ludy
39e1726498
Comments, includes ( #14671 )
6 years ago
Scott Lahteine
1ea9a36d11
FYSETC BLTouch config and more ( #14668 )
6 years ago
Scott Lahteine
92e513e76e
Trailing whitespace
6 years ago
Karl Andersson
d472934a70
FYSETC Mini 12864 for HAL_STM32 ( #14639 )
6 years ago
Marcio Teixeira
ca4d6f4470
Fix compile error (bad return type) ( #14660 )
6 years ago
thisiskeithb
522df57a45
Tevo Michelangelo configuration ( #14577 )
6 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
6 years ago
Robby Candra
2c5436e315
Fix HOST_PROMPT_SUPPORT include in ExtUI API ( #14650 )
6 years ago
Marcio Teixeira
57ed063ba1
Fix unused variable warnings ( #14643 )
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
6 years ago
Robby Candra
ebb1a7dc1f
Fix EXT_UI example onFilamentChange Parameter ( #14649 )
6 years ago
Tanguy Pruvot
bae8d0a4bd
DOGM: Avoid white flash on TFT (re)init ( #14631 )
...
- Avoid white flash on TFT (re)init. Unlike Graphical LCD, the TFT init color may be full white if the backlight is on during init.
- Add a conditional for delayed backlight init which can be applied to any backlit display.
6 years ago
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver ( #14595 )
6 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
6 years ago