MMU module adjustment
MMU module conditional compilation adjustment for MMU v1
This commit is contained in:
parent
0f02f9a4e3
commit
5e8e96b5d7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue