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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user