|
@@ -53,10 +53,10 @@
|
53
|
53
|
//============================= public variables ============================
|
54
|
54
|
//===========================================================================
|
55
|
55
|
|
56
|
|
-int target_temperature[EXTRUDERS] = { 0 };
|
|
56
|
+int target_temperature[4] = { 0 };
|
57
|
57
|
int target_temperature_bed = 0;
|
58
|
|
-int current_temperature_raw[EXTRUDERS] = { 0 };
|
59
|
|
-float current_temperature[EXTRUDERS] = { 0.0 };
|
|
58
|
+int current_temperature_raw[4] = { 0 };
|
|
59
|
+float current_temperature[4] = { 0.0 };
|
60
|
60
|
int current_temperature_bed_raw = 0;
|
61
|
61
|
float current_temperature_bed = 0.0;
|
62
|
62
|
#ifdef TEMP_SENSOR_1_AS_REDUNDANT
|