removed redundant code
This commit is contained in:
parent
4960127240
commit
376c6ad5a8
|
|
@ -3821,7 +3821,6 @@ void change_extr(int extr) { //switches multiplexer for extruders
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
delay(100);
|
delay(100);
|
||||||
get_ext_nr();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int get_ext_nr() { //reads multiplexer input pins and return current extruder number (counted from 0)
|
static int get_ext_nr() { //reads multiplexer input pins and return current extruder number (counted from 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue