Procházet zdrojové kódy

Allow Thermistor #12 to be used on hotends also


//100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)

Caveat Emptor —- 
I’m not sure that this really makes sense,
but why keep someone from using it?
Richard Wackerbarth před 8 roky
rodič
revize
4f314afaf0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h Zobrazit soubor

@@ -957,7 +957,7 @@ const short temptable_60[][2] PROGMEM = {
957 957
   {1008 * OVERSAMPLENR, 0},
958 958
 };
959 959
 #endif
960
-#if (THERMISTORBED == 12)
960
+#if (THERMISTORHEATER_0 == 12) || (THERMISTORHEATER_1 == 12) || (THERMISTORHEATER_2 == 12) || (THERMISTORHEATER_3 == 12) || (THERMISTORBED == 12)
961 961
 //100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
962 962
 const short temptable_12[][2] PROGMEM = {
963 963
   {35 * OVERSAMPLENR, 180}, //top rating 180C

Loading…
Zrušit
Uložit