0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00

🩹 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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