|
@@ -295,13 +295,13 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
295
|
295
|
+ (tmp_extruder == 0 ? -(PARKING_EXTRUDER_GRAB_DISTANCE) : PARKING_EXTRUDER_GRAB_DISTANCE);
|
296
|
296
|
/**
|
297
|
297
|
* Steps:
|
298
|
|
- * 1. raise Z-Axis to have enough clearance
|
299
|
|
- * 2. move to park poition of old extruder
|
300
|
|
- * 3. disengage magnetc field, wait for delay
|
301
|
|
- * 4. move near new extruder
|
302
|
|
- * 5. engage magnetic field for new extruder
|
303
|
|
- * 6. move to parking incl. offset of new extruder
|
304
|
|
- * 7. lower Z-Axis
|
|
298
|
+ * 1. Raise Z-Axis to give enough clearance
|
|
299
|
+ * 2. Move to park position of old extruder
|
|
300
|
+ * 3. Disengage magnetic field, wait for delay
|
|
301
|
+ * 4. Move near new extruder
|
|
302
|
+ * 5. Engage magnetic field for new extruder
|
|
303
|
+ * 6. Move to parking incl. offset of new extruder
|
|
304
|
+ * 7. Lower Z-Axis
|
305
|
305
|
*/
|
306
|
306
|
|
307
|
307
|
// STEP 1
|