Parcourir la source

Extend thermistor 1047 to 500°C

Scott Lahteine il y a 4 ans
Parent
révision
7b6629c08c
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5
    1
      Marlin/src/module/thermistor/thermistor_1047.h

+ 5
- 1
Marlin/src/module/thermistor/thermistor_1047.h Voir le fichier

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

Chargement…
Annuler
Enregistrer