Scott Lahteine
4f003fc7a7
Streamline menu item logic ( #17664 )
5 years ago
Scott Lahteine
37176ed2b9
Apply maxtemp patch
5 years ago
Scott Lahteine
33217b0dd0
Add HOTEND_OVERSHOOT
5 years ago
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
5 years ago
Joe Prints
1f5824247f
More decimal places for babystep / Z probe offset ( #17195 )
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
a254354e68
BS_TOTAL_AXIS => BS_TOTAL_IND
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
5 years ago
thisiskeithb
5beca89412
Add menu item Tune > Advance K ( #16488 )
5 years ago
InsanityAutomation
d129ac1b37
Z-offset edit precision based on value limits ( #16425 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
InsanityAutomation
e81b946f06
Better singlenozzle stored fan speed menus ( #15921 )
5 years ago
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
5 years ago
Scott Lahteine
23d21dd81c
Tweak lambdas
5 years ago
Scott Lahteine
aaf018e5a0
Language changes
5 years ago
studiodyne
319e2b5760
Fan menus fix. FR cosmetic change. ( #15714 )
5 years ago
studiodyne
f139642e0f
XY/Z Babystep Multiplicators ( #15691 )
5 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
5 years ago
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible ( #15452 )
5 years ago
Giuliano Zaro
a3ec573984
Uniform fan speed & case light
5 years ago
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
5 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
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 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
6 years ago
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
6 years ago
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 years ago
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework ( #12201 )
6 years ago
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
InsanityAutomation
75f2665f2e
LCD SD Card items near top when not using wheel ( #12926 )
6 years ago
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types ( #12892 )
6 years ago
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection ( #12853 )
6 years ago
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton ( #12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
6 years ago
Scott Lahteine
e574f01568
More advanced pause tweaks ( #12356 )
* Followup to LCD_TIMEOUT_TO_STATUS=0
* Make continuous purge screen fit 20x4
* Unify purge message modes
* Preserve last-set pause header mode
6 years ago
Scott Lahteine
19f49db96f
Tweak / reduce menu items
6 years ago
Scott Lahteine
143d4ec043
Move Tune Menu to its own file
6 years ago