Просмотр исходного кода

MMU module adjustment

MMU module conditional compilation adjustment for MMU v1
MRprusa3d 6 лет назад
Родитель
Сommit
5e8e96b5d7
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Firmware/mmu.cpp

+ 2 - 0
Firmware/mmu.cpp

@@ -578,6 +578,7 @@ void mmu_M600_load_filament(bool automatic)
 }
 
 
+#ifdef SNMM
 void extr_mov(float shift, float feed_rate)
 { //move extruder no matter what the current heater temperature is
 	set_extrude_min_temp(.0);
@@ -585,6 +586,7 @@ void extr_mov(float shift, float feed_rate)
 	plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feed_rate, active_extruder);
 	set_extrude_min_temp(EXTRUDE_MINTEMP);
 }
+#endif //SNMM
 
 
 void change_extr(int