Hi everyone
I experience a problem with the "filament change" feature.
When I select (on the LCD screen) "Change filament", then the software asks for which material I would like to heat up.
The problem is, that the nozzle will heat up every time to 190°C regardles which material I select.
Otherwise, when I first select the "Pre-Heat" in the temperature menu and select for example PET, then the nozzle heats up correctly to 230°C.
Afterwards I can head over to the filament menu and select "filament change" and the temperature stays on 230°C. It doesn't cool down to 190°C like in the 1st scenario.
Therefore the selection "pre-heat" in the temperature menu works correctly but not when I go directly to "change filament".
I have attached the complete configuratioin.h and configuration_adv.h file in case this helps.
Firmware in use: Marlin-bugfix-2.0.x downloaded from github
Would be glad if anyone can help me to get this to working correctly.
In the Section "temperature" are the Materials which I regularly use.
Full code are found as attachment.
Best regards Simon
I experience a problem with the "filament change" feature.
When I select (on the LCD screen) "Change filament", then the software asks for which material I would like to heat up.
The problem is, that the nozzle will heat up every time to 190°C regardles which material I select.
Otherwise, when I first select the "Pre-Heat" in the temperature menu and select for example PET, then the nozzle heats up correctly to 230°C.
Afterwards I can head over to the filament menu and select "filament change" and the temperature stays on 230°C. It doesn't cool down to 190°C like in the 1st scenario.
Therefore the selection "pre-heat" in the temperature menu works correctly but not when I go directly to "change filament".
I have attached the complete configuratioin.h and configuration_adv.h file in case this helps.
Firmware in use: Marlin-bugfix-2.0.x downloaded from github
Would be glad if anyone can help me to get this to working correctly.
In the Section "temperature" are the Materials which I regularly use.
Full code are found as attachment.
// Preheat Constants #define PREHEAT_1_LABEL "PLA" #define PREHEAT_1_TEMP_HOTEND 190 #define PREHEAT_1_TEMP_BED 40 #define PREHEAT_1_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_2_LABEL "PET" #define PREHEAT_2_TEMP_HOTEND 230 #define PREHEAT_2_TEMP_BED 60 #define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_3_LABEL "PC" #define PREHEAT_3_TEMP_HOTEND 260 #define PREHEAT_3_TEMP_BED 90 #define PREHEAT_3_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_4_LABEL "TPU" #define PREHEAT_4_TEMP_HOTEND 260 #define PREHEAT_4_TEMP_BED 90 #define PREHEAT_4_FAN_SPEED 255 // Value from 0 to 255 #define PREHEAT_5_LABEL "TPC" #define PREHEAT_5_TEMP_HOTEND 260 #define PREHEAT_5_TEMP_BED 100 #define PREHEAT_5_FAN_SPEED 255 // Value from 0 to 255
Best regards Simon