What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Hotend temperature unstable but printing perfectly

mikehend

Member
It was failing prints on me with temperature out of range errors.
I recrimped all the wires and checked continuity on the thermistor and heater core.
I then replaced the heater and thermistor and reran the PID on the hotend.
Still had some issues (maybe a bit better..., but arguably the same...)

I did some research and changed the following setting (See below) and now it doesn't fail but the temperature is still unstable (See graph of a good print).
Those dips can't be good, but the prints look good.
Not sure what else to do to make this better.
I don't even like how the heat is varied up and down. My other printer does not do this.

Any thoughts? Any advice is welcome. Thanks

1735954534925.png

[verify_heater extruder]
max_error: 480
# The maximum "cumulative temperature error" before raising an
# error. Smaller values result in stricter checking and larger
# values allow for more time before an error is reported.
# Specifically, the temperature is inspected once a second and if it
# is close to the target temperature then an internal "error
# counter" is reset; otherwise, if the temperature is below the
# target range then the counter is increased by the amount the
# reported temperature differs from that range. Should the counter
# exceed this "max_error" then an error is raised. The default is 120.
 
It was failing prints on me with temperature out of range errors.
I recrimped all the wires and checked continuity on the thermistor and heater core.
I then replaced the heater and thermistor and reran the PID on the hotend.
Still had some issues (maybe a bit better..., but arguably the same...)

I did some research and changed the following setting (See below) and now it doesn't fail but the temperature is still unstable (See graph of a good print).
Those dips can't be good, but the prints look good.
Not sure what else to do to make this better.
I don't even like how the heat is varied up and down. My other printer does not do this.

Any thoughts? Any advice is welcome. Thanks

View attachment 5573

[verify_heater extruder]
max_error: 480
# The maximum "cumulative temperature error" before raising an
# error. Smaller values result in stricter checking and larger
# values allow for more time before an error is reported.
# Specifically, the temperature is inspected once a second and if it
# is close to the target temperature then an internal "error
# counter" is reset; otherwise, if the temperature is below the
# target range then the counter is increased by the amount the
# reported temperature differs from that range. Should the counter
# exceed this "max_error" then an error is raised. The default is 120.
The heat cannot change that fast, it is normally a bad connection on the heat sensor or broken wire on the sensor. The only other thing I can see is noise that the sensor is picking up
 
The heat cannot change that fast, it is normally a bad connection on the heat sensor or broken wire on the sensor. The only other thing I can see is noise that the sensor is picking up
That is a good point, it really shouldn't be realistic to change that fast. I think I will try to wire the sensor all the way back to the main board and bypass all the breakout boards.
 
Top