Change EEPROM Settings? (PID Autotune Overshoot) [Solved]
Posted: Sat Dec 19, 2015 3:19 pm
M303 S200
<-Error:PID Autotune failed! Temperature to high
This is my initial PID calibration, so I have no fan blowing on the hot end yet. There was a little bit of smoke; it seemed the RTV was baking out some particles, hard to say if it was more or less smoke than the manual told me to expect.
Nozzle and Bed temperatures are still being read, so I think I didn't burn out a thermistor or break any wires (yet).
I see other users having a similar issue in these forums and have resolved it by "changing the extruder PID max from 255 to 128 in the EEPROM".
Could someone walk me through how to accomplish this?
In Arduino 1.6.1, Repetier file, I find the Eeprom.h tab, search on PID, and find these potentially useful settings:
#define EPR_EXTRUDER_PID_PGAIN 18
#define EPR_EXTRUDER_PID_IGAIN 22
#define EPR_EXTRUDER_PID_DGAIN 26
#define EPR_EXTRUDER_PID_MAX 30
But they all appear very low already. Are these the right places to change this 255 max down to 128?
<-Error:PID Autotune failed! Temperature to high
This is my initial PID calibration, so I have no fan blowing on the hot end yet. There was a little bit of smoke; it seemed the RTV was baking out some particles, hard to say if it was more or less smoke than the manual told me to expect.
Nozzle and Bed temperatures are still being read, so I think I didn't burn out a thermistor or break any wires (yet).
I see other users having a similar issue in these forums and have resolved it by "changing the extruder PID max from 255 to 128 in the EEPROM".
Could someone walk me through how to accomplish this?
In Arduino 1.6.1, Repetier file, I find the Eeprom.h tab, search on PID, and find these potentially useful settings:
#define EPR_EXTRUDER_PID_PGAIN 18
#define EPR_EXTRUDER_PID_IGAIN 22
#define EPR_EXTRUDER_PID_DGAIN 26
#define EPR_EXTRUDER_PID_MAX 30
But they all appear very low already. Are these the right places to change this 255 max down to 128?