🩹 MMU2 unload followup (#25825)

Followup to #20147
This commit is contained in:
Giuliano Zaro
2023-05-13 23:23:23 +02:00
committed by GitHub
parent 18005cb91e
commit 06aed792c0

View File

@@ -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();
} }