Scott Lahteine
e8dcbd8300
Allocate sufficient MSG_MOVE_Z_DIST buffer
See #19158
4 年前
Giuliano Zaro
6b549e1971
Optional homing in LCD Repeatability Test (#19104 )
4 年前
Scott Lahteine
4f67642122
Header for individual menus
4 年前
Scott Lahteine
c2d5b63a98
Fix up STATIC_ITEM (#18962 )
4 年前
Scott Lahteine
a9912681b4
General cleanup
4 年前
Alexander Gavrilenko
117df87d19
Support for TFT & Touch Screens (#18130 )
4 年前
InsanityAutomation
c5ec80d6c7
G425/G35 menu items; G425 pre- and post- scripts (#18737 )
4 年前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 年前
Scott Lahteine
55e519a06f
General cleanup
5 年前
Scott Lahteine
0e1cb10909
Fix / improve menu items (#18644 )
5 年前
Scott Lahteine
f6a2b64091
Clean up LCD Manual Move / UBL Mesh Edit (#18373 )
5 年前
Scott Lahteine
f445bc26e5
Minor LCD cleanup, improvement
5 年前
Scott Lahteine
e8b0796fc7
Revert menu_item_if ahead of refactor
5 年前
Scott Lahteine
4f003fc7a7
Streamline menu item logic (#17664 )
5 年前
Scott Lahteine
c536b8de62
Apply ternary macros
5 年前
Scott Lahteine
ab2b98e425
Apply composite tests
5 年前
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 年前
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
5 年前
jufimu12
627aa8db2d
Fix G34, add HOME_AFTER_G34 option (#17108 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 年前
ellensp
7d4fa9d504
Fix LCD Z Move character LCD display line (#16772 )
5 年前
Scott Lahteine
bfad23d3e2
(c) 2020
5 年前
Scott Lahteine
27cb4db80e
Reduced string storage using tokens (#15593 )
5 年前
Scott Lahteine
15f94e5ee5
Add NUL_STR global
5 年前
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes (#15760 )
5 年前
Scott Lahteine
ca6d00b862
Save some string flash
5 年前
Scott Lahteine
23d21dd81c
Tweak lambdas
5 年前
Scott Lahteine
600429a067
Cancel Objects followup
5 年前
Scott Lahteine
f00b48f9a8
Expand encoder value range
5 年前
ANMay-ru
b119c14017
Clean up LCD print, align (#15498 )
5 年前
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 年前
Scott Lahteine
cb1cb72c76
Fix Move Z menu item
5 年前
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible (#15452 )
5 年前
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 年前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 年前
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
5 年前
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
5 年前
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.
5 年前
Acenotass
659d06d9b9
M48 menu item, result to status (#14772 )
5 年前
MarcelMo
f8aa52346f
Configurable Z move distance (#14593 )
5 年前
Ludy
39e1726498
Comments, includes (#14671 )
6 年前
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change (#14628 )
6 年前
Tanguy Pruvot
ca7f56e60b
Add 0.025mm Manual Move for Z (#14456 )
6 年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 年前
Robby Candra
9e86fc3831
Require homing to toggle leveling (#13652 )
6 年前
chai-md
2adc37becc
MAGNETIC_SWITCHING_TOOLHEAD (#13629 )
6 年前
Scott Lahteine
321a5e6580
Fix SD card reselect when scrolled (#13624 )
- Change encoder position to 16-bit integer.
- Fix `SD_REPRINT_LAST_SELECTED_FILE` when the screen is scrolled.
6 年前
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
6 年前
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 年前
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
6 年前
Scott Lahteine
0feeef2604
Update copyright in headers
6 年前