Keith Bennett
df40181357
💥 Num Axes and Multi-Stepper based on Driver Types (#24120 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2 years ago
DerAndere
e5b651f407
✨ Support for up to 9 axes (linear, rotary) (#23112 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Scott Lahteine
e65c12cf96
🧑💻 Apply axis conditionals
2 years ago
InsanityAutomation
8e4953514c
⚡️ Formbot ST7920 delays, intentional X2 pins (#22915 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
44c41ce54f
🐛 Fix compact sensitive pins array (#22184 )
3 years ago
Scott Lahteine
77496c8235
⚡️ Optimize Sensitive Pins array (except STM32) (#22080 )
3 years ago
DerAndere
ba4fa49834
✏️ Followup to Six Linear Axes (#22056 )
3 years ago
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
2de54dab84
🎨 Move HAS_EXTRUDERS
3 years ago
hannesweisbach
857976b29f
Allow undefined [XYZ]_ENABLE_PIN (for sensitive pins) (#21801 )
3 years ago
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 (#21255 )
3 years ago
Jason Smith
c762b7c91b
Fix various errors, warnings in example config builds (#19686 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
76d8d1742c
Add multi-extruder condition
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
4 years ago
Scott Lahteine
1c43870cec
Add chamber to sensitive pins
4 years ago
Scott Lahteine
03020dd31e
Use the common pattern for auto fan pins
Now that pins.h is guaranteed included after configs.
4 years ago
Jason Smith
cc822bf70f
Fix some 8 extruders issues, GTR build (#17043 )
4 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
4 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595 )
4 years ago
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
4 years ago
Scott Lahteine
b11551c767
Touch UI updates for Cocoa Press (#15986 )
5 years ago
Scott Lahteine
fe02241044
NONE on combined options
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
ManuelMcLure
492883859e
Don't protect unused CS pins (#13647 )
5 years ago
Scott Lahteine
b376c7e374
Group DISABLED items
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
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
5 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
5 years ago
Scott Lahteine
1407afad73
Move SENSITIVE_PINS to its own file
6 years ago