Remove unused function, fix compiler warning: sketch/Marlin_main.cpp:8994:6: warning: unused parameter 'extruder' [-Wunused-parameter]
This commit is contained in:
parent
30438833c6
commit
5f4380cafb
1 changed files with 0 additions and 4 deletions
|
@ -8991,10 +8991,6 @@ void mmu_load_to_nozzle() {
|
||||||
if (!saved_e_relative_mode) axis_relative_modes[E_AXIS] = false;
|
if (!saved_e_relative_mode) axis_relative_modes[E_AXIS] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void mmu_switch_extruder(uint8_t extruder) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void M600_check_state() {
|
void M600_check_state() {
|
||||||
//Wait for user to check the state
|
//Wait for user to check the state
|
||||||
lcd_change_fil_state = 0;
|
lcd_change_fil_state = 0;
|
||||||
|
|
Loading…
Reference in a new issue