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