Scott Lahteine
9f86dde195
Clean up UI declarations, apply TERN_
5 years ago
Scott Lahteine
514afddeb4
Minor code cleanup
5 years ago
Marcio T
d83ad6f321
Improve / fix FTDI EVE Touch UI ( #17338 )
- Fix timeout and debugging string
- Fix check for whether `LCD_TIMEOUT_TO_STATUS` is valid
- Fix incorrect debugging message
- Make capitalization of callbacks consistent.
- Allow Touch UI to use hardware SPI on Einsy boards
- Move print stats to About Printer page.
- More generic about screen with GPL license.
- Add missing handler for power loss event
- Less code duplication on status screen and main/advanced menu; more legible
- Reorganize advanced and main menu to add more features
- Hide home Z button when using Z_SAFE_HOMING
- Fix compilation errors when certain features enabled
- Fix missing labels in UI
- Improve color scheme
- Add new preheat menus
- Fix incorrect rendering of Marlin logo on boot
- Add Level X Axis and Auto calibrate buttons
5 years ago
Scott Lahteine
96ab16a9dd
Pulldown for all FastIO headers
Co-Authored-By: borsegbr <borsegbr@users.noreply.github.com>
5 years ago
Scott Lahteine
765a9f3471
do_pause_e_move => unscaled_e_move
5 years ago
Scott Lahteine
747b964295
Clean up user-wait, SD completion ( #17315 )
5 years ago
Scott Lahteine
53fe572bbd
Limited backlash editing with Core kinematics ( #17281 )
5 years ago
InsanityAutomation
bed41af868
Fix Stepper PWM menu ( #17298 )
5 years ago
Giuliano Zaro
129b270628
QSPI EEPROM for SAMD51 ( #17292 )
5 years ago
Scott Lahteine
d6a4c3079d
Tweak ui.finish_status
5 years ago
Giuliano Zaro
8122468a36
Update Italian language ( #17293 )
5 years ago
Acenotass
5c150c0c94
Update Russian language ( #17290 )
5 years ago
MarkMan0
4113481c4e
Fix limits on acceleration editing ( #17280 )
5 years ago
George Fu
e3ebbe25e0
DGUS updates ( #17260 )
5 years ago
Scott Lahteine
7988e31f5e
whitespace
5 years ago
George Fu
71db5c1605
Fix FYSETC mini 12864 init / glitches ( #17209 )
5 years ago
Scott Lahteine
de45ac41ad
Implement CONTROLLER_FAN_USE_Z_ONLY
Followup to #17149
5 years ago
Erkan Colak
83eec683c9
New Controller Fan options and M710 gcode ( #17149 )
5 years ago
Scott Lahteine
abea6d5787
Tweak some lambdas
5 years ago
Joe Prints
1f5824247f
More decimal places for babystep / Z probe offset ( #17195 )
5 years ago
Pascal de Bruijn
2fc0df1b39
Shorter LCD remaining time to prevent overlap ( #17181 )
5 years ago
Roxy-3D
9f85165101
Allow Tool Offset adjustments to have another digit of precision
Some of the items in the Tool Offset Adjustment menu (in particular, the Z Offset!!!) were only adjustable with .1mm accuracy.
This is not enough. So the edit menu is switched to float52 to fix the issue.
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
Erkan Colak
aa32c47fb5
Shorten German BLTouch menu item names ( #17151 )
5 years ago
nick-diel
7070ea0b49
Add OnPidTuning event to Malyan LCD ( #17143 )
All ExtUI LCDs need to keep up with ExtUI API changes.
5 years ago
Scott Lahteine
59cb1466b7
Fix DUGS / DGUS typo
5 years ago
George Fu
201c991cfa
Fix and update DGUS displays ( #17072 )
5 years ago
jufimu12
627aa8db2d
Fix G34, add HOME_AFTER_G34 option ( #17108 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
5 years ago
Scott Lahteine
13118dbd8d
Additional numtostr functions
5 years ago
Scott Lahteine
0f39386d9b
Make BOOTSCREEN_TIMEOUT generally available
5 years ago
Scott Lahteine
64d092935b
More useful ENABLED / DISABLED macros ( #17054 )
5 years ago
Scott Lahteine
3a72b0fd41
Update Chinese (TW) language ( #17071 )
5 years ago
Scott Lahteine
f0248c9ed9
Update Turkish language ( #17070 )
5 years ago
Scott Lahteine
c083728e4c
General code cleanup
5 years ago
ellensp
624ab24a5c
Suppress thisItemNr warning ( #17049 )
5 years ago
Scott Lahteine
b1a50d54e2
HAS_TRINAMIC => HAS_TRINAMIC_CONFIG
5 years ago
Scott Lahteine
870a1f753a
Fix undefined STATUS_CHAMBER_WIDTH
5 years ago
Jason Smith
5da6819277
Fix build issues with REPRAPWORLD_KEYPAD ( #17038 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
5 years ago
Scott Lahteine
3473b21710
Move millis_t includes
5 years ago
Scott Lahteine
5e9a10dbae
Use PSTR for common labels
5 years ago
Roman Moravčík
9f8ee31144
Update Slovak language ( #17002 )
5 years ago
Scott Lahteine
6fd7f4fe1b
Fix unified status bed temp display
5 years ago
Scott Lahteine
ec1b86d9cb
Serial strings in macros
5 years ago
Scott Lahteine
5ebba4b19f
More serial strings
5 years ago
InsanityAutomation
cdcd45d651
Set LCD status for EEPROM errors ( #16977 )
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
6b9a17be16
Language: "failsafe" => "Defaults"
5 years ago
Scott Lahteine
5071fe82ab
Ensure proper SD print completion ( #16967 )
5 years ago
InsanityAutomation
3e685777a8
Fix LCD cutter/bed icons overlapping ( #16956 )
5 years ago