Explorar el Código

Extend thermistor 1047 to 500°C

Scott Lahteine hace 4 años
padre
commit
7b6629c08c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      Marlin/src/module/thermistor/thermistor_1047.h

+ 5
- 1
Marlin/src/module/thermistor/thermistor_1047.h Ver fichero

@@ -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…
Cancelar
Guardar