Ludy
39e1726498
Comments, includes (#14671 )
6年前
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change (#14628 )
6年前
InsanityAutomation
ce02c6cee2
Variable tool change purge (#14618 )
6年前
Ludy
6dcb85927a
Update German language, &c. (#14613 )
6年前
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6年前
Tanguy Pruvot
24655a6bf3
Touch-MI Menu and Manual Deploy option (#14290 )
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection (#14236 )
6年前
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config (#14131 )
Plus other BLTouch and menu enhancements.
6年前
InsanityAutomation
4138b1f9ae
Option to disable Case Light brightness control (#14165 )
6年前
Tanguy Pruvot
e4260a41cb
Fix a DEBUG_LEVELING_FEATURE string copy (#14200 )
6年前
InsanityAutomation
0f04ba016f
Adjust tool offset menus (#14153 )
6年前
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes (#14104 )
6年前
Scott Lahteine
612eaa87bd
Fix "back" items in some sub-menus
6年前
Scott Lahteine
cc862a8213
Replace some functions with lambdas
6年前
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
6年前
InsanityAutomation
991ee7552b
Restore menu edit to 32bit value (#13976 )
6年前
InsanityAutomation
3f758d9e00
Fix some edit items for 16-bit encoder (#13948 )
6年前
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance (#13814 )
6年前
InsanityAutomation
4900c28bf6
Fix IDEX tool-change, and more (#13614 )
6年前
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus (#13441 )
6年前
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
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年前
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
6年前
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
6年前
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6年前
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6年前
InsanityAutomation
ca7b2f574f
Fix condition on tool change filament swap menu (#13190 )
6年前
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6年前
Scott Lahteine
0feeef2604
Update copyright in headers
6年前
InsanityAutomation
413e303ad5
More Advanced Pause options (#12984 )
6年前
Marcio Teixeira
f6edd2c472
Move stepper settings to "Advanced Settings" menu (#13063 )
6年前
InsanityAutomation
7d927b6691
Move Z Probe Z Offset from Advanced to basic Configuration (#13056 )
6年前
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
6年前
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types (#12892 )
6年前
Scott Lahteine
fd2998efd5
Revert ADC_KEYPAD direction behavior (#12508 )
6年前
Ludy
1f93d2bcf7
Fix LCD compile error, etc. (#12472 )
6年前
Scott Lahteine
826d570162
Combine Travis CI option-setting commands (#12474 )
6年前
Scott Lahteine
d97e31db4c
Optimize Power-Loss Recovery (#12440 )
6年前
Scott Lahteine
143b2896e0
Add M412 to enable/disable filament runout detection (#12406 )
6年前
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年前
Scott Lahteine
4ed6397e5d
More comprehensive NO_LCD_MENUS (#12367 )
6年前
InsanityAutomation
6471a75a22
Combine more tool-change variables (#12137 )
6年前
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6年前
Scott Lahteine
3a935fd72b
Reduce repetition in menu edit items
6年前
Scott Lahteine
3a9ad9f2b1
Move Configuration Menu to its own file
6年前