浏览代码

Update Marlin/thermistortables.h

linagee 13 年前
父节点
当前提交
9e9db65c3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h 查看文件

@@ -72,7 +72,7 @@ const short temptable_1[][2] PROGMEM = {
72 72
 };
73 73
 #endif
74 74
 #if (THERMISTORHEATER_0 == 2) || (THERMISTORHEATER_1 == 2) || (THERMISTORHEATER_2 == 2) || (THERMISTORBED == 2) //200k bed thermistor
75
-   const short temptable_2[][2] PROGMEM = {
75
+const short temptable_2[][2] PROGMEM = {
76 76
 //200k ATC Semitec 204GT-2
77 77
 //Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
78 78
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance

正在加载...
取消
保存