Add PIDTEMPBED to EEPROM

This commit is contained in:
Scott Lahteine
2015-04-03 16:38:05 -07:00
parent e8700bd1e2
commit 424d5495e4
2 changed files with 65 additions and 24 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