make autotemp compatile for use without pid

This commit is contained in:
Bernhard 2011-12-11 22:25:52 +01:00
parent 06411d5c9e
commit 3320a5b37d

View File

@ -23,6 +23,7 @@
#include "Marlin.h"
#include "fastio.h"
#include "planner.h"
#ifdef PID_ADD_EXTRUSION_RATE
#include "stepper.h"
#endif