Hotend Temp off by several degrees
Re: Hotend Temp off by several degrees
Mine's actually the same way. I have to set it to about 215 to get to 209-210c, the bed is rock steady. The Nozzle fluctuates quite a bit.
-
- Printmaster!
- Posts: 46
- Joined: Thu Mar 20, 2014 7:31 pm
Re: Hotend Temp off by several degrees
The problem is that when I print fast and need heat, the hot end can't keep up even though it's being supplied with 100% power according to the repetier host graph. It's like 20c low at times.
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Hotend Temp off by several degrees
This can be the result of a P value that is too small or an I value that is too small, or a D value that is too large.atoff wrote:Mine's actually the same way. I have to set it to about 215 to get to 209-210c, the bed is rock steady. The Nozzle fluctuates quite a bit.
PID autotune is at best a starting point.
I find PID autotune in repetier to give bad results, especially with the 40W heater cartridges that are common now, and Aluminum heater blocks. If I autotune my E3D without a cooling fan running, the resultant PID's will end up with a 10 degree temperature variation at 240C, I can tweak the PID's by hand and get that down to less than 1C.
With a cooling fan running it's a lot better because some of he efficiency of the heater is lost, so it's less prone to overshoot.
When I change plastic from PLA to Nylon (I run the latter without a cooling fan) I change my I value form 2.5 to 0.5.
Printer blog http://3dprinterhell.blogspot.com/
-
- Printmaster!
- Posts: 46
- Joined: Thu Mar 20, 2014 7:31 pm
Re: Hotend Temp off by several degrees
i have been researching to try and learn how to adjust the PID values to try and get a better result. According to Repetier host graph, its applying full power to the hot end but it just can't keep up while printing, leaving me to believe that i have a bad resistor.
Last edited by Barefoothurst on Wed Apr 23, 2014 1:05 pm, edited 1 time in total.
Re: Hotend Temp off by several degrees
If you've got a cracked resistor, it's done. It needs to be replaced.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
-
- Printmaster!
- Posts: 46
- Joined: Thu Mar 20, 2014 7:31 pm
Re: Hotend Temp off by several degrees
ok then. Im down until my 40w heater arrives.geneb wrote:If you've got a cracked resistor, it's done. It needs to be replaced.
g.
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Hotend Temp off by several degrees
Agreedgeneb wrote:If you've got a cracked resistor, it's done. It needs to be replaced.
g.
But if your interested this http://www.flitetest.com/articles/p-i-a ... a-nutshell is IMO a very clear explanation of PID's without disappearing down the mathematical rabbit hole, it's describing motor gains for quadcopters, but the principles are identical.
Printer blog http://3dprinterhell.blogspot.com/
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Hotend Temp off by several degrees
A very interesting and easy to understand read. Thank you for posting the link.Polygonhell wrote:Agreedgeneb wrote:If you've got a cracked resistor, it's done. It needs to be replaced.
g.
But if your interested this http://www.flitetest.com/articles/p-i-a ... a-nutshell is IMO a very clear explanation of PID's without disappearing down the mathematical rabbit hole, it's describing motor gains for quadcopters, but the principles are identical.
“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”
-
- Printmaster!
- Posts: 46
- Joined: Thu Mar 20, 2014 7:31 pm
Re: Hotend Temp off by several degrees
Well I installed my 12v 40 watt cartridge heater and the difference is amazing. Printing nylon at 235c the heater is only running at around half power. This is a good and bad thing. I love the power and speed of warmup but I am worried that a eventual thermistor fail will see me with a fire on my hands. I would like to lower the max voltage applied to the heater so that I can dial back the power to just enough. This way if a thermistor fails I have less of a chance of a fire. Where in the firmware can I find the voltage setting for the hot end?
Thanks again for all the help
Thanks again for all the help
Re: Hotend Temp off by several degrees
There IS no voltage setting for the hot end. You might be able to limit how much power it's fed by changing the max PID value, but someone else more knowledgeable than I needs to comment on that.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Hotend Temp off by several degrees
There is a setting called
EXTR1 PID Drive MAX in the EPROM, it sets the maximum PID on time the firmware is allowed to apply.
128 would be roughly half on, half off.
It doesn't modify the maximum voltage, but given then PID frequencies involved it behaves much the same way.
Now having said that I doubt that would prevent a fire in he case of a run away Hotend, but in practice the only way that happens is if the thermistor is pulled out of the Hotend and still functional. If it falls it usually results in an error state and shutdown.
EXTR1 PID Drive MAX in the EPROM, it sets the maximum PID on time the firmware is allowed to apply.
128 would be roughly half on, half off.
It doesn't modify the maximum voltage, but given then PID frequencies involved it behaves much the same way.
Now having said that I doubt that would prevent a fire in he case of a run away Hotend, but in practice the only way that happens is if the thermistor is pulled out of the Hotend and still functional. If it falls it usually results in an error state and shutdown.
Printer blog http://3dprinterhell.blogspot.com/
-
- Noob
- Posts: 3
- Joined: Tue Apr 29, 2014 8:01 pm
Re: Hotend Temp off by several degrees
Did you have to enlarge the hole in the hot end to get the cartridge heater to fit? What did you do with the other hole?Barefoothurst wrote:Well I installed my 12v 40 watt cartridge heater and the difference is amazing.
Thanks!
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Hotend Temp off by several degrees
You can leave the other hole empty, cut a small piece of copper or brass for a little bling, or use it to heat your salami.seanriddle wrote:Did you have to enlarge the hole in the hot end to get the cartridge heater to fit? What did you do with the other hole?Barefoothurst wrote:Well I installed my 12v 40 watt cartridge heater and the difference is amazing.
Thanks!
“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”
-
- Printmaster!
- Posts: 46
- Joined: Thu Mar 20, 2014 7:31 pm
Re: Hotend Temp off by several degrees
thanks for all the info guys. The hole was actually a little oversized for the heater so I inserted the heater and used a vice to carefully squeeze the outer wall to hold the heater in place. The otter hole remains empty. I wrapped the whole assembly in high temp tape to insulate and hold everything in place. its been printing for a whole day now and it works great! well worth it.
Re: Hotend Temp off by several degrees
If you are running .91 firmware like I am and your thermistor fails like mine did, the printer will go into dry run mode, which means it will cut all power to the hot end heater and the extruder stepper.Barefoothurst wrote:I love the power and speed of warmup but I am worried that a eventual thermistor fail will see me with a fire on my hands. I would like to lower the max voltage applied to the heater so that I can dial back the power to just enough. This way if a thermistor fails I have less of a chance of a fire. Where in the firmware can I find the voltage setting for the hot end?
Thanks again for all the help