removed redundant code
This commit is contained in:
parent
7a88fc9ef7
commit
27bd31e255
1 changed files with 1 additions and 3 deletions
|
@ -455,8 +455,6 @@ void mmu_M600_load_filament(bool automatic)
|
|||
yes = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Do you want to switch extruder?"), false);
|
||||
if(yes) tmp_extruder = choose_extruder_menu();
|
||||
else tmp_extruder = mmu_extruder;
|
||||
#else
|
||||
tmp_extruder = mmu_extruder;
|
||||
#endif //MMU_M600_SWITCH_EXTRUDER
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue