Skip to content

Commit dd6ee35

Browse files
✨ SWITCHING_NOZZLE_LIFT_TO_PROBE
MarlinFirmware/Marlin#27804 Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
1 parent da4dcb1 commit dd6ee35

File tree

382 files changed

+382
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+382
-0
lines changed

config/default/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/3DFabXYZ/Migbot/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
267267
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
268268
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
269+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
269270
#endif
270271

271272
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/3DMatik/XL/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/ADIMLab/Gantry v1/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/ADIMLab/Gantry v2/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Alfawise/U20-bltouch/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
321321
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
322322
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
323+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
323324
#endif
324325

325326
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Alfawise/U20/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
321321
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
322322
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
323+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
323324
#endif
324325

325326
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AliExpress/CL-260/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AliExpress/UM2pExt/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A2/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A2plus/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A6/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A8/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
267267
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
268268
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
269+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
269270
#endif
270271

271272
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A8plus/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
267267
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
268268
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
269+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
269270
#endif
270271

271272
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/A9/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/E10/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/E16/BTT SKR 1.3/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/E16/Stock/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET4+/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET4-Pro/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET4/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET4X/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET5-Pro/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET5/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Anet/ET5X/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/Chiron/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
270270
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
271271
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
272+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
272273
#endif
273274

274275
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/Vyper/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
305305
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
306306
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
307+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
307308
#endif
308309

309310
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
276276
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
277277
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
278+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
278279
#endif
279280

280281
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/AnyCubic/i3/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/ArmEd/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Artillery/Genius Pro/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Artillery/Genius/BLTouch/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Artillery/Genius/V1/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

config/examples/Artillery/Hornet/Configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
266266
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
267267
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
268+
#define SWITCHING_NOZZLE_LIFT_TO_PROBE // Lift toolheads out of the way while probing
268269
#endif
269270

270271
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.

0 commit comments

Comments
 (0)