瀏覽代碼

Add TODO to prompt user if extruder is extruding correct color

Guðni Már Gilbert 2 年之前
父節點
當前提交
0aa3a5855e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Firmware/mmu2.cpp

+ 4 - 0
Firmware/mmu2.cpp

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