Quellcode durchsuchen

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 vor 13 Jahren
Ursprung
Commit
b7fc14bc65
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      Marlin/thermistortables.h

+ 2
- 2
Marlin/thermistortables.h Datei anzeigen

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

Laden…
Abbrechen
Speichern