Tool-change Z move followup (#18963)
This commit is contained in:
		| @@ -1133,7 +1133,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) { | ||||
|               if (toolchange_settings.enable_park) do_blocking_move_to_xy_z(destination, destination.z, MMM_TO_MMS(TOOLCHANGE_PARK_XY_FEEDRATE)); | ||||
|             #else | ||||
|               do_blocking_move_to_xy(destination, planner.settings.max_feedrate_mm_s[X_AXIS]); | ||||
|               do_blocking_move_to_z(destination, planner.settings.max_feedrate_mm_s[Z_AXIS]); | ||||
|               do_blocking_move_to_z(destination.z, planner.settings.max_feedrate_mm_s[Z_AXIS]); | ||||
|             #endif | ||||
|  | ||||
|           #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user