-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heater errors #26
Comments
switching to HE1 seemed to fix the problem...so it looks like the mosfet on the board is bad...unless you all have a better idea. Any suppliers in the US or alternative mosfet for the HY1403? |
Hi! You can change it to other interface, HY1403 is a N channel MOS 42A/30V, so, if you change it, you can by similar parameters MOS |
I did change to HE1 and that seemed to fix most of the issues...but I'm still having a heater problem, when I run an M600 and the temp drops below the target temp, expected behavior, when the new filament is loaded and the heater attempts to reach the target temp it never does, that is it get to within 7-10 degrees and never gets closer and then the printer eventually halts on a thermal runaway error. However if I reset the printer it has no problem reaching the same temp. I don't know if this is a hardware or firmware issue but I've lost several prints after 18+ hrs on a print. |
This phenomenon seems incomprehensible. According to normal operation, PID is usually set, the heating head has heat preservation measures, and the temperature should be in a constant state. |
Yes it is incomprehensible and yet it is happening. I have set PID, with the cooling fan @ 100%...no problem maintaining the set temp while tuning. |
What is the power supply? I want to know, whether the heating bed is heated and FAN is run 100%, when we are setting the PID of the heating headend |
configuration.h: //#define BED_LIMIT_SWITCHING /**
#if ENABLED(PIDTEMPBED) // 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #if EITHER(PIDTEMP, PIDTEMPBED) |
Whether to try to re-tune the PID? |
I tuned several times with the same result |
At this stage, we can only use testing to try, whether it can solve the problem. |
unfortunately I can't test at the moment because of this #12 |
It seems there is still a lot to be solved. |
this problem just started. I have a large format printer that I switched over to a .60 nozzle to print some 420x420x100 prints @ 230°, prior to that I had no problems printing with a .40 nozzle @ 210°. After switching to the larger nozzle and higher temp I started getting heater errors. I tested/switched out thermistors, heater cartridges, checked all the wiring, ran PID tunes. This appeared fix it until I ran a test print to verify...it failed again. The HE heat to 230° then cool to 219° heat to around 222°, then with the heater led still lit the temp would drop until the firmware halted the printer. I finally got out the voltmeter tested the output on the HE0 output. I get a full 12 volts on the initial heat up and it would pulse to regulate the temp 1 time then fail...what is confusing is that the output would drop from 230 to 219 and go back to 12v up to 222 then the voltage would drop off until the firmware halted the printer but the heater led remained lit...so the board still thinks it's heating when it's not? I haven't tried switching the heater over to HE1, that's next. Could this be a mosfet failure? If so do you have recommendations on a replacement mosfet that I could find in the US?
The text was updated successfully, but these errors were encountered: