-
Hello guys! I hope you can help me. Here is what I have done:
The problem now is, everytime I try to heat up the HotEnd I get "Temperture to low" and then the MINTEMP error. I checked the board and chip number twice: Board is v4.2.2, chip is STM32F103RE6T There seems to be something I´m missing but I can´t find the solution. I checked the Configuration.h/Configuration_adv.h file for anything MINTEMP relevant and out of the ordinary but couldn´t find anything what could cause the problem. I tried to use PID but got the same error. I tried for two days now to get this to work but everytime I self compile the august release the MINTEMP error shows. So, if anyone has an idear what I´m doing wrong, it would be kind if you could point me in the right direction. Greetings! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Please try recently published sources. |
Beta Was this translation helpful? Give feedback.
-
@Daires1 please see my solution here #1092 (comment) |
Beta Was this translation helpful? Give feedback.
So, after a lot of try and error, I´m back at a working printer.
I checked the hardware and everything was fine, so i was back to the software again.
To make sure I´m not crazy, I flashed the original precompiled firmware from August Ender3V2-422-MM-MPC-20230812.bin again and checked if really everything was working fine here. I got no MINTEMP error with this.
Afterwards I compiled it myself and flashed the selfcompiled firmware. This lead to the MINTEMP error. Again.
Following an intuition my next step was to take the source of the May release Ender-3 V2/S1 Professional Firmware 20230522 and use the configuration files from the Ender3V2-422-MM folder to compile a firmware. To my supprise…