Configurable Switching Nozzle dwell (#24304)

This commit is contained in:
InsanityAutomation
2022-07-30 22:55:32 -04:00
committed by Scott Lahteine
parent fd319928d2
commit c0cb7e35af
2 changed files with 3 additions and 2 deletions

View File

@@ -270,6 +270,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
/**