Przeglądaj źródła

Extend thermistor 1047 to 500°C

Scott Lahteine 4 lat temu
rodzic
commit
7b6629c08c
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      Marlin/src/module/thermistor/thermistor_1047.h

+ 5
- 1
Marlin/src/module/thermistor/thermistor_1047.h Wyświetl plik

@@ -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
 };

Ładowanie…
Anuluj
Zapisz