ソースを参照

Fix Z hotend offset broken by parking extruder tool change (#13582)

VBen 6年前
コミット
0dfd76ba55
1個のファイルの変更0行の追加6行の削除
  1. 0
    6
      Marlin/src/module/tool_change.cpp

+ 0
- 6
Marlin/src/module/tool_change.cpp ファイルの表示

@@ -369,12 +369,6 @@ inline void fast_line_to_current(const AxisEnum fr_axis) {
369 369
         pe_activate_solenoid(active_extruder); // Just save power for inverted magnets
370 370
       #endif
371 371
     }
372
-
373
-    #if HAS_HOTEND_OFFSET
374
-      current_position[Z_AXIS] += hotend_offset[Z_AXIS][active_extruder] - hotend_offset[Z_AXIS][tmp_extruder];
375
-    #endif
376
-
377
-    if (DEBUGGING(LEVELING)) DEBUG_POS("Applying Z-offset", current_position);
378 372
   }
379 373
 
380 374
 #endif // PARKING_EXTRUDER

読み込み中…
キャンセル
保存