InsanityAutomation
fbc7b51a24
Use NO_FETCH for Dual X G28 (#13539 )
6 년 전
Scott Lahteine
de0046fc8b
Fix empty HAS_TIMER macros
6 년 전
Kajetan Rzepecki
c9079165ee
Fix MAX6675 readout with Hardware SPI (#13530 )
6 년 전
ManuelMcLure
04086fc455
Minor optimization to ARC_SUPPORT code (#13531 )
6 년 전
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete (#13522 )
6 년 전
Marcio Teixeira
d992dfe7d5
Use the percent util func in the string func. (#13523 )
6 년 전
drzejkopf
b1f739e27b
CR10_STOCKDISPLAY support in Bigtreetech SKR (#13516 )
6 년 전
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) (#13519 )
6 년 전
Msq001
f0d14b83bc
Save/restore Relative modes in Power-Loss Recovery (#13501 )
6 년 전
Marcio Teixeira
c6466c23fe
Silence signed/unsigned comparison warning. (#13508 )
6 년 전
InsanityAutomation
7240e3a68f
Allow G26 with no heated bed (#13511 )
6 년 전
Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
6 년 전
Scott Alfter
c6dbe6e9d6
Fix Teensy 3.5/3.6 __get_primask (#13514 )
6 년 전
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
6 년 전
Scott Lahteine
b46ca9aa94
Less timely comment, tweak conditions
6 년 전
InsanityAutomation
eb91f08725
Update descriptions and dont call unneeded functions
6 년 전
Ludy
fe346cd4d1
Fix DEBUG_EEPROM_READWRITE compile error (#13492 )
6 년 전
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
6 년 전
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
6 년 전
Thomas Moore
263f8edff8
Disable volumetric extrusion during G26 (#13479 )
6 년 전
Bob Kuhn
6bd0a0be97
Relocate DUE Stepper ISR to TC0,2 (#13481 )
6 년 전
Thomas Moore
13a12f8a87
Fix UBL mesh editor on delta (#13478 )
6 년 전
Scott Lahteine
d2e0c03afb
Remove trailing whitespace
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 년 전
Yannik Sembritzki
0d3ea59bcf
Add pins for Dual Z UART on SKR 1.3 (#13474 )
Fix #13470
6 년 전
pinchies
ef3b93daa1
Fix STM32F1 SD-based EEPROM emulation (#13475 )
If `openFile` is given `true`, then it has read-only access. Because all the writing occurs on the next line, this breaks SD card as EEPROM.
6 년 전
Chris Pepper
aacc1148b0
Fix M106 for index > extruders (#13473 )
6 년 전
Thomas Moore
c5e96544b5
Fix vtool compiler warning (#13476 )
6 년 전
Thomas Moore
02dc72acb6
Disable ABL when leveling corners (#13471 )
6 년 전
7eggert
d96f7d6068
Minimum segments for G2/G3. Better for small arcs. (#13466 )
6 년 전
Scott Lahteine
380c771988
Handle word-padded flash-based eeprom (STM32F1)
Fix #13445
6 년 전
Scott Alfter
32332bcd03
Proceed with Teensy 3.5/3.6 HAL (#13450 )
6 년 전
Scott Alfter
407202cc0f
Fix BLTouch pre-3.0 compatibility (#13454 )
6 년 전
Marcio Teixeira
a0ca98f699
Additional ExtUI features (#13449 )
6 년 전
Sam Lane
a8fa275dc6
Fix Fan 0 responding to all fan speeds (#13444 )
6 년 전
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus (#13441 )
6 년 전
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
6 년 전
Giuliano Zaro
9562a02c5a
Update Italian language (#13440 )
6 년 전
drzejkopf
70e6a3db8a
Add LEVEL_CORNERS_HEIGHT to LEVEL_BED_CORNERS (#13439 )
6 년 전
Roman Moravčík
f3cf95a937
Update Slovak language. (#13435 )
6 년 전
Scott Lahteine
144018736a
Use USES_Z_MIN_PROBE_ENDSTOP
6 년 전
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
6 년 전
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
6 년 전
Scott Lahteine
b376c7e374
Group DISABLED items
6 년 전
Scott Lahteine
58bca67883
Unify status scrolling further
6 년 전
Scott Lahteine
c4443f885e
finishstatus => finish_status
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 년 전
Tobias Frost
d20eab4f83
Fix macro in set_color() (#13417 )
6 년 전
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
6 년 전