From 3cbb2f56c6417cdda8ff093b831878868dc01ef3 Mon Sep 17 00:00:00 2001
From: Fourmi <contact@lacleverte.fr>
Date: Fri, 26 Sep 2014 22:01:06 +0200
Subject: [PATCH] Update configuration.h

Add another comment on configuration.h for the value of thermistor.
I make a pull request on thermistortables.h with my thermistor (12),but y see there is a comment on configuration with number 12 but it's not present on thermistortables.h ?

Thx
---
 Marlin/Configuration.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index eb2141a89d..89f2d6d75a 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -127,6 +127,7 @@
 // 10 is 100k RS thermistor 198-961 (4.7k pullup)
 // 11 is 100k beta 3950 1% thermistor (4.7k pullup)
 // 12 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
+// 12 is 100k Hisens 3950  1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE" 
 // 20 is the PT100 circuit found in the Ultimainboard V2.x
 // 60 is 100k Maker's Tool Works Kapton Bed Thermistor beta=3950
 //
-- 
GitLab