John Lagonikas
51d4c5abea
✏️ Fix parking extruder compile (#23961 )
Followup to d3e3e6a491
2 gadus atpakaļ
Scott Lahteine
d3e3e6a491
🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER
2 gadus atpakaļ
Scott Lahteine
f8968ed13c
🐛 More explicit allocation of solenoids
In reference to #22887
3 gadus atpakaļ
zeleps
2f17f2207a
Don't apply hotend_offset.z to Z soft endstops (#20675 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 gadus atpakaļ
Scott Lahteine
3a99d001ff
Solenoid cleanups
Followups to #20473 ahead of #20675
3 gadus atpakaļ
zeleps
815c636449
Fix PARKING_EXTRUDER homing with solenoid (#20473 )
3 gadus atpakaļ
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 gadus atpakaļ
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
4 gadus atpakaļ
Scott Lahteine
bfad23d3e2
(c) 2020
4 gadus atpakaļ
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 gadus atpakaļ
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 gadus atpakaļ
Scott Lahteine
0feeef2604
Update copyright in headers
5 gadus atpakaļ
Mark Zachmann
19cf72e057
Support individual solenoid disable with M381 (#13008 )
5 gadus atpakaļ
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 gadus atpakaļ
Sam Lane
f2ecf8d510
Add option to control Solenoids under PARKING_EXTRUDER (#12028 )
6 gadus atpakaļ
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
6 gadus atpakaļ
Scott Lahteine
4a220a8b79
Move M380_M381 to cpp, solenoid feature
7 gadus atpakaļ
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 gadus atpakaļ