Skip to content

Commit

Permalink
🩹 MMU2 unload followup (MarlinFirmware#25825)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and rerickson1 committed Aug 9, 2023
1 parent 9e72607 commit 22117b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_mmu2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 22117b9

Please sign in to comment.