SWITCHING_NOZZLE_LIFT_TO_PROBE

MarlinFirmware/Marlin#27804

Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2025-05-03 15:28:45 -05:00
parent da4dcb1319
commit dd6ee3579e
382 changed files with 382 additions and 0 deletions

View file

@ -265,6 +265,7 @@
#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
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
#endif
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.