瀏覽代碼

Extend thermistor 1047 to 500°C

Scott Lahteine 4 年之前
父節點
當前提交
7b6629c08c
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. 5
    1
      Marlin/src/module/thermistor/thermistor_1047.h

+ 5
- 1
Marlin/src/module/thermistor/thermistor_1047.h 查看文件

@@ -30,5 +30,9 @@ const temp_entry_t temptable_1047[] PROGMEM = {
30 30
   PtLine(150, 1000, 4700),
31 31
   PtLine(200, 1000, 4700),
32 32
   PtLine(250, 1000, 4700),
33
-  PtLine(300, 1000, 4700)
33
+  PtLine(300, 1000, 4700),
34
+  PtLine(350, 1000, 4700),
35
+  PtLine(400, 1000, 4700),
36
+  PtLine(450, 1000, 4700),
37
+  PtLine(500, 1000, 4700)
34 38
 };

Loading…
取消
儲存