Skip to content

Commit dd6ee35

Browse files
✨ SWITCHING_NOZZLE_LIFT_TO_PROBE
MarlinFirmware/Marlin#27804 Co-Authored-By: InsanityAutomation <[email protected]>
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_#.

0 commit comments

Comments
 (0)