From 5e8e96b5d7d444e7f62a01ceb36455769df457f8 Mon Sep 17 00:00:00 2001 From: MRprusa3d Date: Mon, 12 Nov 2018 20:09:54 +0100 Subject: [PATCH] MMU module adjustment MMU module conditional compilation adjustment for MMU v1 --- Firmware/mmu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Firmware/mmu.cpp b/Firmware/mmu.cpp index 5c1570d4..b2883958 100644 --- a/Firmware/mmu.cpp +++ b/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