SWITCHING_NOZZLE_SERVO_DWELL

MarlinFirmware/Marlin#24304
This commit is contained in:
Scott Lahteine 2022-07-30 21:52:31 -05:00
parent 766f018dbd
commit c0e4a07015
315 changed files with 315 additions and 0 deletions

View file

@ -272,6 +272,7 @@
#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_DWELL 2500 // Dwell time to wait for servo to make physical move
#endif
/**