|
@@ -159,11 +159,6 @@ class Temperature {
|
159
|
159
|
#endif
|
160
|
160
|
#endif
|
161
|
161
|
|
162
|
|
- #if HAS_TEMP_CHAMBER
|
163
|
|
- static float current_temperature_chamber;
|
164
|
|
- static int16_t current_temperature_chamber_raw;
|
165
|
|
- #endif
|
166
|
|
-
|
167
|
162
|
#if ENABLED(BABYSTEPPING)
|
168
|
163
|
static volatile int babystepsTodo[3];
|
169
|
164
|
#endif
|
|
@@ -265,9 +260,10 @@ class Temperature {
|
265
|
260
|
|
266
|
261
|
#if HAS_TEMP_CHAMBER
|
267
|
262
|
static uint16_t raw_temp_chamber_value;
|
|
263
|
+ static float current_temperature_chamber;
|
|
264
|
+ static int16_t current_temperature_chamber_raw;
|
268
|
265
|
#endif
|
269
|
266
|
|
270
|
|
-
|
271
|
267
|
#ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
|
272
|
268
|
static uint8_t consecutive_low_temperature_error[HOTENDS];
|
273
|
269
|
#endif
|