Hot end temperature issues July 07, 2015 07:52PM |
Registered: 9 years ago Posts: 20 |
Re: Hot end temperature issues July 07, 2015 10:04PM |
Registered: 10 years ago Posts: 189 |
// T3P3 E3D V6 with Semitec 12V heater cartridge #define DEFAULT_Kp 21.28 #define DEFAULT_Ki 2.37 #define DEFAULT_Kd 47.76
I figured this might be a PID tuning issue, so I tried running a PID autotune with M303 E0 S200 C8. However, the result of this was that the temperature of the hot end slowly fell until the autotune timed out.Reducing the cycle number might help PID tuning.
Re: Hot end temperature issues July 08, 2015 02:19AM |
Registered: 9 years ago Posts: 778 |
Re: Hot end temperature issues July 08, 2015 06:53PM |
Registered: 9 years ago Posts: 20 |
Re: Hot end temperature issues July 10, 2015 09:04AM |
Registered: 9 years ago Posts: 20 |
Re: Hot end temperature issues July 10, 2015 01:03PM |
Registered: 10 years ago Posts: 606 |
Re: Hot end temperature issues July 10, 2015 05:11PM |
Registered: 9 years ago Posts: 20 |
Quote
tadawson
The bed is likely running bang-bang control - IE on or off, and the extruder pidtemp, which uses pwm to control it's heater, and won't necessarily read 0 or 12, like the bed . . .
Re: Hot end temperature issues July 10, 2015 06:37PM |
Registered: 10 years ago Posts: 606 |