Scott Lahteine
0b45493557
Add a caution to drivers.h
5 years ago
Scott Lahteine
28b48fc9bb
Revert change to AXIS_DRIVER_TYPE_X2
- Revisit this to figure out why it breaks
5 years ago
Fabio Santos
894762259b
Coolstep for TMC2130, 2209, 5130, 5160 ( #16790 )
5 years ago
Scott Lahteine
f312ddfa4f
More updates for 8 extruders, REPEAT
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
5 years ago
Scott Lahteine
86c18ea6e0
Bring configs and drivers.h up to date
5 years ago
InsanityAutomation
0fcf2b1110
Quad Z stepper support ( #16277 )
5 years ago
Bob Kuhn
1084068a3e
Simplify a drivers.h macro ( #16589 )
5 years ago
Bob Kuhn
1ad53cee1f
Improved STMicro L64XX stepper driver support ( #16452 )
5 years ago
Scott Lahteine
1d0452c41e
Standardize drivers.h values, add class indirection ( #16448 )
5 years ago
Jason Smith
4e1f2f89f6
Refactor TMC-related macros and sanity checks ( #16384 )
5 years ago
Jason Smith
9fd35c84ce
SoftwareSerialM for SKR STM32F1 boards ( #15875 )
5 years ago
ManuelMcLure
b9703fdf36
Ensure TMC + LIN_ADVANCE pulse length ( #15807 )
5 years ago
Marcio Teixeira
179d6c4ed1
Add STARTUP_SCRIPT option. M17 parity with M18. ( #14953 )
5 years ago
Giuliano Zaro
290466578f
Adafruit Grand Central M4 ( #14749 )
5 years ago
Scott Lahteine
1a349c7522
Add HAS_TMC220x
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Andy Shaw
064177154c
Update SD card connection / sharing options ( #14325 )
5 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
5 years ago
ManuelMcLure
492883859e
Don't protect unused CS pins ( #13647 )
6 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(...)`
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
teemuatlut
d81342254a
Support new TMC drivers ( #13026 )
6 years ago
Scott Lahteine
52108192d1
Prevent L6470 class name conflict with drivers.h define
Fix #12824
6 years ago
teemuatlut
c447d75916
Add support for TMC2660 ( #11998 )
6 years ago
teemuatlut
c3229e1b34
Migrate to a new TMC library ( #11943 )
6 years ago
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
6 years ago
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7 years ago
Scott Lahteine
11b411a872
Improve AXIS_DRIVER_TYPE macros
6 years ago
Scott Lahteine
b328fb4dc9
Treat TMC2660 like non-TMC ( #11508 )
6 years ago
Greg Nutt
a1a5367380
Smoothieboard V1.0/1.1 and A5984 support
6 years ago
Scott Lahteine
131d216afa
Fix drivers.h dependency, defer macro evaluation ( #11450 )
6 years ago
Scott Lahteine
955a7f0ae9
Improve driver.h macros ( #11371 )
6 years ago
teemuatlut
fbcdf5eaeb
Simplify stepper driver per-axis selection
6 years ago