Fixes issue #8
Fixes issue #8 on https://github.com/TheZeroBeast/MM-control-01/issues/8 Cleared filamentLoaded bool when MMU Ejecting filament.
This commit is contained in:
parent
ebbed236a0
commit
c2c2fd3d2f
|
|
@ -706,6 +706,7 @@ void mmu_M600_load_filament(bool automatic)
|
||||||
{
|
{
|
||||||
//load filament for mmu v2
|
//load filament for mmu v2
|
||||||
tmp_extruder = mmu_extruder;
|
tmp_extruder = mmu_extruder;
|
||||||
|
lastLoadedFilament = -10;
|
||||||
if (!automatic) {
|
if (!automatic) {
|
||||||
#ifdef MMU_M600_SWITCH_EXTRUDER
|
#ifdef MMU_M600_SWITCH_EXTRUDER
|
||||||
bool yes = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Do you want to switch extruder?"), false);
|
bool yes = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Do you want to switch extruder?"), false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue