Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete (#13522 )
5 years ago
Marcio Teixeira
d992dfe7d5
Use the percent util func in the string func. (#13523 )
5 years ago
drzejkopf
b1f739e27b
CR10_STOCKDISPLAY support in Bigtreetech SKR (#13516 )
5 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) (#13519 )
5 years ago
Msq001
f0d14b83bc
Save/restore Relative modes in Power-Loss Recovery (#13501 )
5 years ago
Marcio Teixeira
c6466c23fe
Silence signed/unsigned comparison warning. (#13508 )
5 years ago
InsanityAutomation
7240e3a68f
Allow G26 with no heated bed (#13511 )
5 years ago
Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
5 years ago
Scott Alfter
c6dbe6e9d6
Fix Teensy 3.5/3.6 __get_primask (#13514 )
5 years ago
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
5 years ago
Scott Lahteine
b46ca9aa94
Less timely comment, tweak conditions
5 years ago
InsanityAutomation
eb91f08725
Update descriptions and dont call unneeded functions
5 years ago
Ludy
fe346cd4d1
Fix DEBUG_EEPROM_READWRITE compile error (#13492 )
5 years ago
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
5 years ago
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
5 years ago
Thomas Moore
263f8edff8
Disable volumetric extrusion during G26 (#13479 )
5 years ago
Bob Kuhn
6bd0a0be97
Relocate DUE Stepper ISR to TC0,2 (#13481 )
5 years ago
Thomas Moore
13a12f8a87
Fix UBL mesh editor on delta (#13478 )
5 years ago
Scott Lahteine
d2e0c03afb
Remove trailing whitespace
5 years ago
Marcio Teixeira
7462fe3068
Fix compile error, squelch warnings (#13487 )
- Fix path to `bedlevel.h` include file
- Add default to `case` statements to suppress warnings
5 years ago
Yannik Sembritzki
0d3ea59bcf
Add pins for Dual Z UART on SKR 1.3 (#13474 )
Fix #13470
5 years ago
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.
5 years ago
Chris Pepper
aacc1148b0
Fix M106 for index > extruders (#13473 )
5 years ago
Thomas Moore
c5e96544b5
Fix vtool compiler warning (#13476 )
5 years ago
Thomas Moore
02dc72acb6
Disable ABL when leveling corners (#13471 )
5 years ago
7eggert
d96f7d6068
Minimum segments for G2/G3. Better for small arcs. (#13466 )
5 years ago
Scott Lahteine
380c771988
Handle word-padded flash-based eeprom (STM32F1)
Fix #13445
5 years ago
Scott Alfter
32332bcd03
Proceed with Teensy 3.5/3.6 HAL (#13450 )
5 years ago
Scott Alfter
407202cc0f
Fix BLTouch pre-3.0 compatibility (#13454 )
5 years ago
Marcio Teixeira
a0ca98f699
Additional ExtUI features (#13449 )
5 years ago
Sam Lane
a8fa275dc6
Fix Fan 0 responding to all fan speeds (#13444 )
5 years ago
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus (#13441 )
5 years ago
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
5 years ago
Giuliano Zaro
9562a02c5a
Update Italian language (#13440 )
5 years ago
drzejkopf
70e6a3db8a
Add LEVEL_CORNERS_HEIGHT to LEVEL_BED_CORNERS (#13439 )
5 years ago
Roman Moravčík
f3cf95a937
Update Slovak language. (#13435 )
5 years ago
Scott Lahteine
144018736a
Use USES_Z_MIN_PROBE_ENDSTOP
5 years ago
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
5 years ago
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
5 years ago
Scott Lahteine
b376c7e374
Group DISABLED items
5 years ago
Scott Lahteine
58bca67883
Unify status scrolling further
5 years ago
Scott Lahteine
c4443f885e
finishstatus => finish_status
5 years ago
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
5 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(...)`
5 years ago
Tobias Frost
d20eab4f83
Fix macro in set_color() (#13417 )
5 years ago
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
5 years ago
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
5 years ago
Scott Lahteine
5c1aa5162d
Adjust M206 output in M503 for DELTA
5 years ago
Scott Lahteine
ad8b82d054
Fix KILL_PIN assignment for MKS_MINI_12864
According to #13397
5 years ago
Scott Lahteine
3a916b4ef2
Create bresenham.h
5 years ago