typo fixed
This commit is contained in:
parent
9c4f086add
commit
24ef6deeed
1 changed files with 1 additions and 1 deletions
|
@ -1252,7 +1252,7 @@ void mmu_continue_loading()
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
//set nozzle target temperature to 0
|
//set nozzle target temperature to 0
|
||||||
setAllTargetHotends(0);
|
setAllTargetHotends(0);
|
||||||
lcd_show_fullscreen_message_and_wait_P(_i("MMU load failed, fix the issue and pres the knob."));
|
lcd_show_fullscreen_message_and_wait_P(_i("MMU load failed, fix the issue and press the knob."));
|
||||||
mmu_fil_loaded = false; //so we can retry same T-code again
|
mmu_fil_loaded = false; //so we can retry same T-code again
|
||||||
restore_print_from_ram_and_continue(0);
|
restore_print_from_ram_and_continue(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue