Putting PID info into arduino sketch

I've been trying to change the PID settings in configuration h. under Heated Bed but the results don't change.
Where do I put them to get recognized when I look them up in EPROM Settings?
I've been pulling power and reloading RepHost.

// ############# Heated bed configuration ########################
...
#define HEATED_BED_PID_PGAIN   196
#define HEATED_BED_PID_IGAIN   33
#define HEATED_BED_PID_DGAIN 290

Comments

  • Send
    M502
    M500

    to copy new configuration.h changes to eeprom. Alternative change them in an eeprom editor directly.
Sign In or Register to comment.