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

This commit is contained in:
studiodyne 2020-04-25 19:20:42 +02:00 committed by GitHub
parent aa832a05c7
commit 28518c2352
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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