Fix compiler warning sketch/mmu.cpp:32:6: warning: unused parameter 'extr' [-Wunused-parameter]
This commit is contained in:
parent
4c146a5b2c
commit
548f4cb1fa
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ void extr_mov(float shift, float feed_rate)
|
|||
}
|
||||
|
||||
|
||||
void change_extr(int extr) { //switches multiplexer for extruders
|
||||
void change_extr(int
|
||||
#ifdef SNMM
|
||||
extr
|
||||
#endif //SNMM
|
||||
) { //switches multiplexer for extruders
|
||||
#ifdef SNMM
|
||||
st_synchronize();
|
||||
delay(100);
|
||||
|
|
Loading…
Reference in a new issue