HOTEND_OFFSET_Z always available (#11603)
This commit is contained in:
		| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -191,7 +191,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -206,7 +205,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -227,8 +225,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| #define HOTEND_OFFSET_X {0.0, -33.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| #define HOTEND_OFFSET_X {0.0, -33.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| #define HOTEND_OFFSET_X {0.0, -33.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| #define HOTEND_OFFSET_X {0.0, -33.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -198,7 +198,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -213,7 +212,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -234,8 +232,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -191,7 +191,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -206,7 +205,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -227,8 +225,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -194,7 +194,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -209,7 +208,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -230,8 +228,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -199,7 +199,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -214,7 +213,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -235,8 +233,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| #define HOTEND_OFFSET_X {0.0, 32.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| #define HOTEND_OFFSET_X {0.0, 32.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 32.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 32.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -195,7 +195,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -210,7 +209,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -231,8 +229,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -210,7 +210,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -225,7 +224,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -246,8 +244,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -195,7 +195,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -210,7 +209,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -231,8 +229,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -193,7 +193,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -208,7 +207,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -229,8 +227,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| #define HOTEND_OFFSET_X {0.0, 36.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| #define HOTEND_OFFSET_Y {0.0, 0.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -221,7 +221,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -236,7 +235,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -257,8 +255,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -212,7 +212,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -227,7 +226,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -248,8 +246,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -210,7 +210,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -225,7 +224,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -246,8 +244,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -195,7 +195,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -210,7 +209,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -231,8 +229,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -194,7 +194,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -209,7 +208,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -230,8 +228,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -195,7 +195,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -210,7 +209,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -231,8 +229,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,6 @@ | ||||
| #if ENABLED(SWITCHING_NOZZLE) | ||||
|   #define SWITCHING_NOZZLE_SERVO_NR 0 | ||||
|   #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }   // Angles for E0, E1 | ||||
|   //#define HOTEND_OFFSET_Z { 0.0, 0.0 } | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -205,7 +204,6 @@ | ||||
|   #define PARKING_EXTRUDER_PARKING_X { -78, 184 }     // X positions for parking the extruders | ||||
|   #define PARKING_EXTRUDER_GRAB_DISTANCE 1            // mm to move beyond the parking point to grab the extruder | ||||
|   #define PARKING_EXTRUDER_SECURITY_RAISE 5           // Z-raise before parking | ||||
|   #define HOTEND_OFFSET_Z { 0.0, 1.3 }                // Z-offsets of the two hotends. The first must be 0. | ||||
| #endif | ||||
|  | ||||
| /** | ||||
| @@ -226,8 +224,9 @@ | ||||
| // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). | ||||
| // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). | ||||
| // For the other hotends it is their distance from the extruder 0 hotend. | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis | ||||
| //#define HOTEND_OFFSET_X {0.0, 20.00} // (mm) relative X-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Y {0.0, 5.00}  // (mm) relative Y-offset for each nozzle | ||||
| //#define HOTEND_OFFSET_Z {0.0, 0.00}  // (mm) relative Z-offset for each nozzle | ||||
|  | ||||
| // @section machine | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user