소스 검색

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…
취소
저장