Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
hace 6 años
Scott Alfter
c6dbe6e9d6
Fix Teensy 3.5/3.6 __get_primask (#13514 )
hace 6 años
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
hace 6 años
Scott Lahteine
5a2c68e995
Update BLTouch 3 text, don't call extraneous functions (#13495 )
hace 6 años
Scott Lahteine
b46ca9aa94
Less timely comment, tweak conditions
hace 6 años
InsanityAutomation
eb91f08725
Update descriptions and dont call unneeded functions
hace 6 años
Ludy
fe346cd4d1
Fix DEBUG_EEPROM_READWRITE compile error (#13492 )
hace 6 años
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
hace 6 años
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
hace 6 años
Thomas Moore
263f8edff8
Disable volumetric extrusion during G26 (#13479 )
hace 6 años
Bob Kuhn
6bd0a0be97
Relocate DUE Stepper ISR to TC0,2 (#13481 )
hace 6 años
Thomas Moore
13a12f8a87
Fix UBL mesh editor on delta (#13478 )
hace 6 años
Scott Lahteine
d2e0c03afb
Remove trailing whitespace
hace 6 años
Marcio Teixeira
7462fe3068
Fix compile error, squelch warnings (#13487 )
- Fix path to `bedlevel.h` include file
- Add default to `case` statements to suppress warnings
hace 6 años
Yannik Sembritzki
0d3ea59bcf
Add pins for Dual Z UART on SKR 1.3 (#13474 )
Fix #13470
hace 6 años
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.
hace 6 años
Chris Pepper
aacc1148b0
Fix M106 for index > extruders (#13473 )
hace 6 años
Thomas Moore
c5e96544b5
Fix vtool compiler warning (#13476 )
hace 6 años
Thomas Moore
02dc72acb6
Disable ABL when leveling corners (#13471 )
hace 6 años
7eggert
d96f7d6068
Minimum segments for G2/G3. Better for small arcs. (#13466 )
hace 6 años
Scott Lahteine
380c771988
Handle word-padded flash-based eeprom (STM32F1)
Fix #13445
hace 6 años
Scott Alfter
32332bcd03
Proceed with Teensy 3.5/3.6 HAL (#13450 )
hace 6 años
Scott Alfter
407202cc0f
Fix BLTouch pre-3.0 compatibility (#13454 )
hace 6 años
Marcio Teixeira
a0ca98f699
Additional ExtUI features (#13449 )
hace 6 años
Sam Lane
a8fa275dc6
Fix Fan 0 responding to all fan speeds (#13444 )
hace 6 años
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus (#13441 )
hace 6 años
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
hace 6 años
Giuliano Zaro
9562a02c5a
Update Italian language (#13440 )
hace 6 años
drzejkopf
70e6a3db8a
Add LEVEL_CORNERS_HEIGHT to LEVEL_BED_CORNERS (#13439 )
hace 6 años
Roman Moravčík
f3cf95a937
Update Slovak language. (#13435 )
hace 6 años
Scott Lahteine
144018736a
Use USES_Z_MIN_PROBE_ENDSTOP
hace 6 años
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
hace 6 años
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
hace 6 años
Scott Lahteine
b376c7e374
Group DISABLED items
hace 6 años
Scott Lahteine
58bca67883
Unify status scrolling further
hace 6 años
Scott Lahteine
c4443f885e
finishstatus => finish_status
hace 6 años
Urja Rannikko
d9f0ed8247
readme: ATmega1284 has 16k of SRAM (#13421 )
hace 6 años
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
hace 6 años
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(...)`
hace 6 años
Tobias Frost
d20eab4f83
Fix macro in set_color() (#13417 )
hace 6 años
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
hace 6 años
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
hace 6 años
Scott Lahteine
5c1aa5162d
Adjust M206 output in M503 for DELTA
hace 6 años
Scott Lahteine
ad8b82d054
Fix KILL_PIN assignment for MKS_MINI_12864
According to #13397
hace 6 años
Scott Lahteine
3a916b4ef2
Create bresenham.h
hace 6 años
Karl Andersson
5d3928cb01
PWM is not defined on Arduino Core STM32 (#13405 )
hace 6 años
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
hace 6 años
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
hace 6 años
Andrei Pozolotin
cc8a871705
Add capability string CHAMBER_TEMPERATURE (#13391 )
Reference: #13380
hace 6 años
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment -471388743
hace 6 años