PID Question
thought I posted this earlier, but I cannot find it.
firmware 1.0.2
i can run the PID tuning for the extruders but cannot get the routine to run for the bed. I get a message that it is heating, but the bed never heats up.
i run M303 e# s200 c8 for the extruders and have tried M303 e-1 s60 c8 as well as p0 and p1 to try to run the bed routine.
the printer works but I have made several changes and just want to re-tune it.
what am I doing wrong here??
using a ramps 1.4 board
firmware 1.0.2
i can run the PID tuning for the extruders but cannot get the routine to run for the bed. I get a message that it is heating, but the bed never heats up.
i run M303 e# s200 c8 for the extruders and have tried M303 e-1 s60 c8 as well as p0 and p1 to try to run the bed routine.
the printer works but I have made several changes and just want to re-tune it.
what am I doing wrong here??
using a ramps 1.4 board
Comments
Use P1 for bed if you only have 1 extruder.
I was able to get the autotune to run successfully for all 3 extruders and the bed.
Can you tell me if these numbers seem within reason? I know you cannot say exact numbers, I am just checking to see if these would even be close
I get this for the 3 extruders (all 3 are really close in numbers so i will list only 1)
P=13.00
I=1.41
D=30.52
The bed looks entirely different as I get these... (would these seem to be too high??)
P=1024.07
I=454.94
D=576.30
M303 P0 S190 X0 R4 C0
Would calibrate EXTRUDER PID to 190 degrees, save results to EEPROM, Check 4 cycles,use classic method.
M303 P1 S55 X0 R6 C2
Would calibrate BED PID to 55 degrees, save results to EEPROM, Check 6 cycles,use no overshoot method.
Are these syntax correct?
Yes, looks correct.