ソースを参照

Also fix temperature externs

Scott Lahteine 9年前
コミット
fe29bdd72b
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      Marlin/temperature.h

+ 3
- 3
Marlin/temperature.h ファイルの表示

@@ -41,10 +41,10 @@ void manage_heater(); //it is critical that this is called periodically.
41 41
 
42 42
 // low level conversion routines
43 43
 // do not use these routines and variables outside of temperature.cpp
44
-extern int target_temperature[EXTRUDERS];  
45
-extern float current_temperature[EXTRUDERS];
44
+extern int target_temperature[4];  
45
+extern float current_temperature[4];
46 46
 #ifdef SHOW_TEMP_ADC_VALUES
47
-  extern int current_temperature_raw[EXTRUDERS];
47
+  extern int current_temperature_raw[4];
48 48
   extern int current_temperature_bed_raw;
49 49
 #endif
50 50
 extern int target_temperature_bed;

読み込み中…
キャンセル
保存