Welcome! Log In Create A New Profile

Advanced

Wrong temperature in Menu "Change filament"

Posted by Miracuru 
Wrong temperature in Menu "Change filament"
January 01, 2021 06:14PM
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.
// 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


Printer:
Modified "original prusa i3 MK3/s"
- Replaced Mainboard to BTT SKR v1.4 turbo
- Replaced Display to BTT TFT50

Firmware:
- Marlin-bugfix-2.0.x
Attachments:
open | download - Configuration.h (93 KB)
open | download - Configuration_adv.h (146.3 KB)
Re: Wrong temperature in Menu "Change filament"
January 01, 2021 06:48PM
This is a known issue see [github.com]

It was fixed, and added to marlin bugfix 5 days ago.

Get a the latest bugfix.
Re: Wrong temperature in Menu "Change filament"
January 01, 2021 07:37PM
Dear "Dust"

Have many thanks for your quick help.
Sorry, I wasn't aware that this issue was already known and a bugfis also was released already.
I recompiled the FW and it works now.

Think I should learn more about github to be able to get everytime the latest bugfixes but don't know yet how to manage this so that i can pull the newest bugfixes so that it doesn't overwrite my own configuration.h, configuration_adv.h and platformio.ini.
But I think this is another topic and I try to figure out how to achieve this.
Again Thanks you and have a good day.


Printer:
Modified "original prusa i3 MK3/s"
- Replaced Mainboard to BTT SKR v1.4 turbo
- Replaced Display to BTT TFT50

Firmware:
- Marlin-bugfix-2.0.x
Re: Wrong temperature in Menu "Change filament"
January 01, 2021 07:39PM
Short addition. I don't see an option to close or mark this thread as solved.
So I just leave this as it is and the thread goes down by time, when new topics comes in?


Printer:
Modified "original prusa i3 MK3/s"
- Replaced Mainboard to BTT SKR v1.4 turbo
- Replaced Display to BTT TFT50

Firmware:
- Marlin-bugfix-2.0.x
Sorry, only registered users may post in this forum.

Click here to login