Cleanup to planner.cpp

This commit is contained in:
Scott Lahteine
2016-11-11 18:11:04 -06:00
parent f105cad43c
commit 0e71e7b2fb
2 changed files with 4 additions and 6 deletions

View File

@ -414,9 +414,7 @@ class Planner {
#endif
#if ENABLED(AUTOTEMP)
static float autotemp_max;
static float autotemp_min;
static float autotemp_factor;
static float autotemp_min, autotemp_max, autotemp_factor;
static bool autotemp_enabled;
static void getHighESpeed();
static void autotemp_M104_M109();