Merge pull request #1796 from thinkyhead/pidbed_temp_eeprom

Add PIDTEMPBED to EEPROM
This commit is contained in:
Scott Lahteine
2015-04-03 20:03:38 -07:00
2 changed files with 76 additions and 32 deletions

View File

@ -72,11 +72,11 @@ extern float current_temperature_bed;
float unscalePID_d(float d);
#endif
#ifdef PIDTEMPBED
extern float bedKp,bedKi,bedKd;
#endif
#ifdef BABYSTEPPING
extern volatile int babystepsTodo[3];
#endif