Cleanup to planner.cpp
This commit is contained in:
parent
f105cad43c
commit
0e71e7b2fb
2 changed files with 4 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue