mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
parent
18005cb91e
commit
06aed792c0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void _mmu2_load_to_feeder(const uint8_t index) {
|
|||
}
|
||||
|
||||
void action_mmu2_load_all() {
|
||||
EXTRUDER_LOOP() _mmu2_load_filament(e);
|
||||
EXTRUDER_LOOP() _mmu2_load_to_feeder(e);
|
||||
ui.return_to_status();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue