Skip to content

Commit

Permalink
Save/Restore leveling on toolchange for singlenozzle too (MarlinFirmw…
Browse files Browse the repository at this point in the history
  • Loading branch information
studiodyne authored and HairingX committed Jun 16, 2021
1 parent 436d91f commit 4ce2dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/tool_change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
const uint8_t old_tool = active_extruder;
const bool can_move_away = !no_move && !idex_full_control;

#if HAS_LEVELING && DISABLED(SINGLENOZZLE)
#if HAS_LEVELING
// Set current position to the physical position
TEMPORARY_BED_LEVELING_STATE(false);
#endif
Expand Down

0 comments on commit 4ce2dfe

Please sign in to comment.