Add typedef celsius_t (#21374)
This commit is contained in:
@@ -896,7 +896,8 @@ class Planner {
|
||||
#endif
|
||||
|
||||
#if ENABLED(AUTOTEMP)
|
||||
static float autotemp_min, autotemp_max, autotemp_factor;
|
||||
static celsius_t autotemp_min, autotemp_max;
|
||||
static float autotemp_factor;
|
||||
static bool autotemp_enabled;
|
||||
static void autotemp_update();
|
||||
static void autotemp_M104_M109();
|
||||
|
||||
Reference in New Issue
Block a user