Add TODO to prompt user if extruder is extruding correct color

This commit is contained in:
Guðni Már Gilbert 2022-05-21 12:10:09 +00:00 committed by D.R.racer
parent 1c25041134
commit 0aa3a5855e
1 changed files with 4 additions and 0 deletions

View File

@ -356,6 +356,10 @@ bool MMU2::load_filament_to_nozzle(uint8_t index) {
SetActiveExtruder(0);
Sound_MakeSound(e_SOUND_TYPE_StandardConfirm);
// TODO: The LCD should prompt the user with a full-screen message
// to ask whether the extruder is extruding the correct color.
// This does not apply when the tool change is done via gcode.
return true;
}
}