🔧 More SWITCHING_NOZZLE_SERVO_ANGLES

MarlinFirmware/Marlin#26303
This commit is contained in:
Scott Lahteine 2023-10-08 17:58:12 -05:00
parent 4bc1e73cee
commit 87f3449f75
354 changed files with 708 additions and 354 deletions

View file

@ -255,7 +255,8 @@
#if ENABLED(SWITCHING_NOZZLE)
#define SWITCHING_NOZZLE_SERVO_NR 0
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
#endif