Skip to content

Commit 87f3449

Browse files
committed
🔧 More SWITCHING_NOZZLE_SERVO_ANGLES
MarlinFirmware/Marlin#26303
1 parent 4bc1e73 commit 87f3449

File tree

354 files changed

+708
-354
lines changed

Some content is hidden

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

354 files changed

+708
-354
lines changed

‎config/default/Configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@
256256
#if ENABLED(SWITCHING_NOZZLE)
257257
#define SWITCHING_NOZZLE_SERVO_NR 0
258258
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
259-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
259+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
260+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
260261
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
261262
#endif
262263

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@
310310
#if ENABLED(SWITCHING_NOZZLE)
311311
#define SWITCHING_NOZZLE_SERVO_NR 0
312312
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
313-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
313+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
314+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
314315
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
315316
#endif
316317

‎config/examples/Alfawise/U20/Configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@
310310
#if ENABLED(SWITCHING_NOZZLE)
311311
#define SWITCHING_NOZZLE_SERVO_NR 0
312312
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
313-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
313+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
314+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
314315
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
315316
#endif
316317

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

‎config/examples/AliExpress/UM2pExt/Configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

‎config/examples/Anet/A2/Configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

‎config/examples/Anet/A2plus/Configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
#if ENABLED(SWITCHING_NOZZLE)
256256
#define SWITCHING_NOZZLE_SERVO_NR 0
257257
//#define SWITCHING_NOZZLE_E1_SERVO_NR 1 // If two servos are used, the index of the second
258-
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // Angles for E0, E1 (single servo) or lowered/raised (dual servo)
258+
#define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 } // A pair of angles for { E0, E1 }.
259+
// For Dual Servo use two pairs: { { lower, raise }, { lower, raise } }
259260
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
260261
#endif
261262

0 commit comments

Comments
 (0)