Commit b2569354 authored by MagoKimbra's avatar MagoKimbra

Fix temperature

parent 52727590
This diff is collapsed.
......@@ -71,12 +71,14 @@ extern float current_temperature_bed;
float scalePID_d(float d);
float unscalePID_i(float i);
float unscalePID_d(float d);
#endif
#ifdef PIDTEMPBED
extern float bedKp,bedKi,bedKd;
#endif
#ifdef BABYSTEPPING
extern volatile int babystepsTodo[3];
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment