Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
4 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
4 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595 )
4 years ago
Giuliano Zaro
ef8f829513
Fix CHAMBER_MAXTEMP security margin (#16600 )
4 years ago
thisiskeithb
5beca89412
Add menu item Tune > Advance K (#16488 )
4 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
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
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 years ago
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible (#15452 )
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
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools (#14429 )
5 years ago
Ludy
35aabd1834
Fix Spindle/Laser compile error (#14312 )
5 years ago
Scott Lahteine
c6d39319de
Fix some whitespace
5 years ago
InsanityAutomation
9f69fbe5ee
Move some menu items (#14118 )
5 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) (#13519 )
5 years ago
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
5 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
5 years ago
Scott Lahteine
44571775bd
Further support for 6 extruders
5 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
5 years ago
InsanityAutomation
a1cf49935d
Add laser control menu (#12883 )
5 years ago
InsanityAutomation
75f2665f2e
LCD SD Card items near top when not using wheel (#12926 )
5 years ago
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types (#12892 )
5 years ago
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
5 years ago
Marcio Teixeira
60cb36bef3
Misc. improvements (#12747 )
* Make ExtUI respect MAXTEMP limits
- Temperatures are now clamped by MAXTEMP limits rather than arbitrary values.
* Speed up USB init, add status
- Speed up USB initialization
- Show status message if init failed
* Enable status messages for EXTENSIBLE_UI
* Adjust max limit to MAX_TEMP - 15
* Misc. tweaks to formatting, const, etc.
5 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
19f49db96f
Tweak / reduce menu items
6 years ago
Scott Lahteine
3a935fd72b
Reduce repetition in menu edit items
6 years ago
Scott Lahteine
b063b1b722
Reorganize includes and declarations
6 years ago
Scott Lahteine
423ab029b2
Move Temperature Menu to its own file
6 years ago