Browse Source

repaired thermistortable_6 by graphcial fitting of the off-slope values. see issue 179. Erik, I know you asked for no changes, but this file probably is not related and hopefully allright.

Bernhard Kubicek 12 years ago
parent
commit
b7fc14bc65
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/thermistortables.h

+ 2
- 2
Marlin/thermistortables.h View File

@@ -232,8 +232,8 @@ const short temptable_6[][2] PROGMEM = {
232 232
    {49*OVERSAMPLENR, 220},
233 233
    {53*OVERSAMPLENR, 215},
234 234
    {62*OVERSAMPLENR, 210},
235
-   {73*OVERSAMPLENR, 205},
236
-   {72*OVERSAMPLENR, 200},
235
+   {71*OVERSAMPLENR, 205}, //fitted graphically
236
+   {78*OVERSAMPLENR, 200}, //fitted graphically
237 237
    {94*OVERSAMPLENR, 190},
238 238
    {102*OVERSAMPLENR, 185},
239 239
    {116*OVERSAMPLENR, 170},

Loading…
Cancel
Save