Add NOZZLE_PARK_Z_RAISE_MIN (#17624)

This commit is contained in:
Ondřej Nový
2020-04-25 05:39:08 +02:00
committed by GitHub
parent 3a27933ae7
commit d2a5d51f69
4 changed files with 13 additions and 5 deletions

View File

@@ -575,7 +575,7 @@ void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
resume_position = current_position;
if (move_axes && all_axes_homed())
nozzle.park(2, park_point /*= NOZZLE_PARK_POINT*/);
nozzle.park(0, park_point /*= NOZZLE_PARK_POINT*/);
if (turn_off_nozzle) thermalManager.setTargetHotend(0, active_extruder);