|
@@ -10509,13 +10509,13 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
10509
|
10509
|
+ (tmp_extruder == 0 ? -(PARKING_EXTRUDER_GRAB_DISTANCE) : PARKING_EXTRUDER_GRAB_DISTANCE);
|
10510
|
10510
|
/**
|
10511
|
10511
|
* Steps:
|
10512
|
|
- * 1. raise Z-Axis to have enough clearance
|
10513
|
|
- * 2. move to park poition of old extruder
|
10514
|
|
- * 3. disengage magnetc field, wait for delay
|
10515
|
|
- * 4. move near new extruder
|
10516
|
|
- * 5. engage magnetic field for new extruder
|
10517
|
|
- * 6. move to parking incl. offset of new extruder
|
10518
|
|
- * 7. lower Z-Axis
|
|
10512
|
+ * 1. Raise Z-Axis to give enough clearance
|
|
10513
|
+ * 2. Move to park position of old extruder
|
|
10514
|
+ * 3. Disengage magnetic field, wait for delay
|
|
10515
|
+ * 4. Move near new extruder
|
|
10516
|
+ * 5. Engage magnetic field for new extruder
|
|
10517
|
+ * 6. Move to parking incl. offset of new extruder
|
|
10518
|
+ * 7. Lower Z-Axis
|
10519
|
10519
|
*/
|
10520
|
10520
|
|
10521
|
10521
|
// STEP 1
|
|
@@ -10797,7 +10797,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
10797
|
10797
|
* F[units/min] Set the movement feedrate
|
10798
|
10798
|
* S1 Don't move the tool in XY after change
|
10799
|
10799
|
*/
|
10800
|
|
-inline void gcode_T(uint8_t tmp_extruder) {
|
|
10800
|
+inline void gcode_T(const uint8_t tmp_extruder) {
|
10801
|
10801
|
|
10802
|
10802
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
10803
|
10803
|
if (DEBUGGING(LEVELING)) {
|