raise the Z axis before filament loading to nozzle on MMU2S

This commit is contained in:
NotaRobotexe 2019-04-25 17:34:52 +02:00
parent 238079fc95
commit f16bea26e5

View file

@ -1367,6 +1367,7 @@ bFilamentAction=false; // NOT in "mmu_load_to_nozzle_
manage_response(true, true, MMU_TCODE_MOVE);
mmu_continue_loading(false);
mmu_extruder = tmp_extruder; //filament change is finished
if (current_position[Z_AXIS] < 20) current_position[Z_AXIS] += 30;
mmu_load_to_nozzle();
load_filament_final_feed();
st_synchronize();