mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 02:36:19 +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() {
|
void action_mmu2_load_all() {
|
||||||
EXTRUDER_LOOP() _mmu2_load_filament(e);
|
EXTRUDER_LOOP() _mmu2_load_to_feeder(e);
|
||||||
ui.return_to_status();
|
ui.return_to_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue