Bring example configs up to date (#11939)
This commit is contained in:
		@@ -206,6 +206,23 @@
 | 
			
		||||
  #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Switching Toolhead
 | 
			
		||||
 *
 | 
			
		||||
 * Support for swappable and dockable toolheads, such as
 | 
			
		||||
 * the E3D Tool Changer. Toolheads are locked with a servo.
 | 
			
		||||
 */
 | 
			
		||||
//#define SWITCHING_TOOLHEAD
 | 
			
		||||
#if ENABLED(SWITCHING_TOOLHEAD)
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SERVO_NR       2         // Index of the servo connector
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SERVO_ANGLES { 0, 180 }  // (degrees) Angles for Lock, Unlock
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_POS        235         // (mm) Y position of the toolhead dock
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_SECURITY    10         // (mm) Security distance Y axis
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_CLEAR       60         // (mm) Minimum distance from dock for unobstructed X axis
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_X_POS        { 215, 0 }  // (mm) X positions for parking the extruders
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SECURITY_RAISE 5         // (mm) Z-raise before parking
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Mixing Extruder"
 | 
			
		||||
 *   - Adds G-codes M163 and M164 to set and "commit" the current mix factors.
 | 
			
		||||
 
 | 
			
		||||
@@ -339,6 +339,17 @@
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
//#define Z_TRIPLE_STEPPER_DRIVERS
 | 
			
		||||
#if ENABLED(Z_TRIPLE_STEPPER_DRIVERS)
 | 
			
		||||
  //#define Z_TRIPLE_ENDSTOPS
 | 
			
		||||
  #if ENABLED(Z_TRIPLE_ENDSTOPS)
 | 
			
		||||
    #define Z2_USE_ENDSTOP _XMAX_
 | 
			
		||||
    #define Z3_USE_ENDSTOP _YMAX_
 | 
			
		||||
    #define Z_TRIPLE_ENDSTOPS_ADJUSTMENT2  0
 | 
			
		||||
    #define Z_TRIPLE_ENDSTOPS_ADJUSTMENT3  0
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Dual X Carriage
 | 
			
		||||
 *
 | 
			
		||||
@@ -1091,6 +1102,10 @@
 | 
			
		||||
  #define Z2_SENSE_RESISTOR   91
 | 
			
		||||
  #define Z2_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define Z3_MAX_CURRENT    1000
 | 
			
		||||
  #define Z3_SENSE_RESISTOR   91
 | 
			
		||||
  #define Z3_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define E0_MAX_CURRENT    1000
 | 
			
		||||
  #define E0_SENSE_RESISTOR   91
 | 
			
		||||
  #define E0_MICROSTEPS       16
 | 
			
		||||
@@ -1161,6 +1176,9 @@
 | 
			
		||||
  #define Z2_CURRENT         800
 | 
			
		||||
  #define Z2_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define Z3_CURRENT         800
 | 
			
		||||
  #define Z3_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define E0_CURRENT         800
 | 
			
		||||
  #define E0_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -206,6 +206,23 @@
 | 
			
		||||
  #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Switching Toolhead
 | 
			
		||||
 *
 | 
			
		||||
 * Support for swappable and dockable toolheads, such as
 | 
			
		||||
 * the E3D Tool Changer. Toolheads are locked with a servo.
 | 
			
		||||
 */
 | 
			
		||||
//#define SWITCHING_TOOLHEAD
 | 
			
		||||
#if ENABLED(SWITCHING_TOOLHEAD)
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SERVO_NR       2         // Index of the servo connector
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SERVO_ANGLES { 0, 180 }  // (degrees) Angles for Lock, Unlock
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_POS        235         // (mm) Y position of the toolhead dock
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_SECURITY    10         // (mm) Security distance Y axis
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_Y_CLEAR       60         // (mm) Minimum distance from dock for unobstructed X axis
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_X_POS        { 215, 0 }  // (mm) X positions for parking the extruders
 | 
			
		||||
  #define SWITCHING_TOOLHEAD_SECURITY_RAISE 5         // (mm) Z-raise before parking
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * "Mixing Extruder"
 | 
			
		||||
 *   - Adds G-codes M163 and M164 to set and "commit" the current mix factors.
 | 
			
		||||
 
 | 
			
		||||
@@ -339,6 +339,17 @@
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
//#define Z_TRIPLE_STEPPER_DRIVERS
 | 
			
		||||
#if ENABLED(Z_TRIPLE_STEPPER_DRIVERS)
 | 
			
		||||
  //#define Z_TRIPLE_ENDSTOPS
 | 
			
		||||
  #if ENABLED(Z_TRIPLE_ENDSTOPS)
 | 
			
		||||
    #define Z2_USE_ENDSTOP _XMAX_
 | 
			
		||||
    #define Z3_USE_ENDSTOP _YMAX_
 | 
			
		||||
    #define Z_TRIPLE_ENDSTOPS_ADJUSTMENT2  0
 | 
			
		||||
    #define Z_TRIPLE_ENDSTOPS_ADJUSTMENT3  0
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Dual X Carriage
 | 
			
		||||
 *
 | 
			
		||||
@@ -1091,6 +1102,10 @@
 | 
			
		||||
  #define Z2_SENSE_RESISTOR   91
 | 
			
		||||
  #define Z2_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define Z3_MAX_CURRENT    1000
 | 
			
		||||
  #define Z3_SENSE_RESISTOR   91
 | 
			
		||||
  #define Z3_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define E0_MAX_CURRENT    1000
 | 
			
		||||
  #define E0_SENSE_RESISTOR   91
 | 
			
		||||
  #define E0_MICROSTEPS       16
 | 
			
		||||
@@ -1161,6 +1176,9 @@
 | 
			
		||||
  #define Z2_CURRENT         800
 | 
			
		||||
  #define Z2_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define Z3_CURRENT         800
 | 
			
		||||
  #define Z3_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
  #define E0_CURRENT         800
 | 
			
		||||
  #define E0_MICROSTEPS       16
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user