From b35ef498f0d556b4eab69a6f84836e99ade24c4e Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 1 Aug 2018 16:46:46 +0200 Subject: [PATCH] comments updated --- Firmware/Marlin_main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index c1ddd788e..6e24a5cff 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -6297,7 +6297,9 @@ if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE)) case 403: //M403 set filament type (material) for particular extruder and send this information to mmu { //currently three different materials are needed (default, flex and PVA) - //store this information for future use in different load/unload profiles etc. + //add storing this information for different load/unload profiles etc. in the future + //firmware does not wait for "ok" from mmu + uint8_t extruder; uint8_t filament;