ソースを参照

Save/Restore leveling on toolchange for singlenozzle too (#17682)

studiodyne 5年前
コミット
28518c2352
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/module/tool_change.cpp

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

@@ -914,7 +914,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
914 914
     const uint8_t old_tool = active_extruder;
915 915
     const bool can_move_away = !no_move && !idex_full_control;
916 916
 
917
-    #if HAS_LEVELING && DISABLED(SINGLENOZZLE)
917
+    #if HAS_LEVELING
918 918
       // Set current position to the physical position
919 919
       TEMPORARY_BED_LEVELING_STATE(false);
920 920
     #endif

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