Skip to content
Snippets Groups Projects
Commit a664763e authored by Fourmi's avatar Fourmi
Browse files

Update thermistortables.h

Add another thermistor table (13),it's a cartridge thermistor up to +300°C,use with Hotend "Simple ONE" & "All In ONE"

Thx
parent b5dc228a
Branches
Tags
No related merge requests found
......@@ -621,7 +621,7 @@ const short temptable_11[][2] PROGMEM = {
};
#endif
#if (THERMISTORHEATER_0 == 12) || (THERMISTORHEATER_1 == 12) || (THERMISTORHEATER_2 == 12) || (THERMISTORBED == 12)
#if (THERMISTORHEATER_0 == 13) || (THERMISTORHEATER_1 == 13) || (THERMISTORHEATER_2 == 13) || (THERMISTORBED == 13)
// Hisens thermistor B25/50 =3950 +/-1%
const short temptable_12[][2] PROGMEM = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment