Add PIDTEMPBED to EEPROM
This commit is contained in:
parent
e8700bd1e2
commit
424d5495e4
2 changed files with 65 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue