Kaynağa Gözat

raise the Z axis before filament loading to nozzle on MMU2S

NotaRobotexe 5 yıl önce
ebeveyn
işleme
f16bea26e5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Firmware/mmu.cpp

+ 1 - 0
Firmware/mmu.cpp

@@ -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();