Browse Source

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

studiodyne 5 years ago
parent
commit
28518c2352
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/tool_change.cpp

+ 1
- 1
Marlin/src/module/tool_change.cpp View File

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

Loading…
Cancel
Save