Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 年前
Ludy
a628d77798
Fix compile error with 6 hot-ends (#15405 )
5 年前
Scott Lahteine
2277c6dffc
Optimize SD card reader, sorting (#15395 )
5 年前
Scott Lahteine
d683f98019
Return buffer in duration.toString
5 年前
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 年前
Marcio Teixeira
8cbb5350ad
Refactor joystick support in ExtUI (#15318 )
5 年前
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 年前
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets (#15202 )
5 年前
Marcio Teixeira
7f117bfc60
EXTENSIBLE_UI Joystick support (#15303 )
5 年前
Scott Lahteine
712aaa26d5
Use provided 'constrain'
5 年前
Scott Lahteine
b73744f9e7
Update ExtUI, add test under DUE (#15298 )
5 年前
Scott Lahteine
73ac213cdd
Fix FileList::isAtRootDir
5 年前
Scott Lahteine
c353eaa146
Misc changes from struct refactor (#15289 )
5 年前
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
5 年前
Marcio Teixeira
4c00ddae56
Remove obsolete LULZBOT_TOUCH_UI code (#15284 )
5 年前
Robby Candra
98233b1de0
Add root flag to CardReader (#15275 )
5 年前
Marcio Teixeira
7a569ad4d0
LULZBOT_TOUCH_UI fixes. Fix some warnings. (#15276 )
5 年前
Scott Lahteine
d5f5203880
Use "mount" as card verb
5 年前
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
5 年前
Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
5 年前
Marcio Teixeira
0f386d06a1
Followup fixes to ExtUI (#15068 )
5 年前
InsanityAutomation
f218405c36
Fix ExtUI invalid speed, timer (#15031 )
5 年前
Marcio Teixeira
69641f1420
Fix incompatible types error (#15009 )
5 年前
InsanityAutomation
5a7c0216f7
Misc. ExtUI fixes (#14971 )
5 年前
Marcio Teixeira
13d8dc0b79
Fix incorrect print stat in ExtUI (#14881 )
5 年前
InsanityAutomation
9cd66f6f77
Fix missing include & condition (#14682 )
6 年前
Robby Candra
2c5436e315
Fix HOST_PROMPT_SUPPORT include in ExtUI API (#14650 )
6 年前
Marcio Teixeira
57ed063ba1
Fix unused variable warnings (#14643 )
6 年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 年前
Scott Lahteine
de8fee6aea
Clarify ExtUI command injection
6 年前
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings (#14441 )
6 年前
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
6 年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 年前
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
6 年前
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
6 年前
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection (#14236 )
6 年前
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
6 年前
InsanityAutomation
66e22d9f5a
ExtUI Heated Chamber support (#14198 )
6 年前
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs (#14172 )
6 年前
InsanityAutomation
84ac5b360b
Fix ExtUI mesh functions (#14027 )
6 年前
Marcio Teixeira
227f29090d
Add heater timeouts to ExtUI (#13970 )
- Add local UI methods to get heater timeout state.
- Add methods to resume timed-out heaters.
- Re-enable heaters on UI temperature request.
- Make `ExtUI` show a dialog box if pause needs a button press after reheat.
6 年前
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 年前
InsanityAutomation
610fb46683
Fix some ExtUI issues (#13799 )
6 年前
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
6 年前
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) (#13519 )
6 年前
Marcio Teixeira
7462fe3068
Fix compile error, squelch warnings (#13487 )
- Fix path to `bedlevel.h` include file
- Add default to `case` statements to suppress warnings
6 年前
Marcio Teixeira
a0ca98f699
Additional ExtUI features (#13449 )
6 年前
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
6 年前
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
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 年前