add wishlist add wishlist show wishlist add compare add compare show compare preloader
PT1000 Temperature Sensor 1 PC UP TO 450°C printing
PT1000 Temperature Sensor 1 PC UP TO 450°C printing
PT1000 Temperature Sensor 1 PC UP TO 450°C printing
PT1000 Temperature Sensor 1 PC UP TO 450°C printing
PT1000 Temperature Sensor 1 PC UP TO 450°C printing
PT1000 Temperature Sensor 1 PC UP TO 450°C printing

PT1000 Temperature Sensor 1 PC UP TO 450°C printing

$2.90$9.80

This product is currently out of stock!

Unfortunately, we have not been informed when the product will be available again. Enter your email address to receive a notification when the product is back in stock.

  • Description
  • Reviews
operating temperature range 0-450 degrees
metal cartridge dimension 3MM diameter 15MM length
lead 1Meter length fiberglass High temperature resistant wire

What's in the package:
1 x PT1000 seneor with sealed with metal cartridge
3 x 1K 0.1% SMD Resistors 0603 package
1 x 2P 2.54MM Terminal wire

Marlin:
Default 4.7Kpullup resistor please choose sensor '1047'
If you have replaced pullup with 1K resistor please choose sensor '1010'
Configuration.h:
*1047 : Pt1000 with 4k7 pullup
*1010 : Pt1000 with 1k pullup(non standard)
#define TEMP_SENSOR_0 1010
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_BED 1
thermistortable_1010.h:
// Pt1000 with 1k0 pullup
const short temptable_1010[][2] PROGMEM = {
PtLine(    0, 1000, 1000)
PtLine(  25, 1000, 1000)
PtLine(  50, 1000, 1000)
PtLine(  75, 1000, 1000)
PtLine(100, 1000, 1000)
PtLine(125, 1000, 1000)
PtLine(150, 1000, 1000)
PtLine(175, 1000, 1000)
PtLine(200, 1000, 1000)
PtLine(225, 1000, 1000)
PtLine(250, 1000, 1000)
PtLine(275, 1000, 1000)
PtLine(300, 1000, 1000)
PtLine(325, 1000, 1000)
PtLine(350, 1000, 1000)
PtLine(375, 1000, 1000)
PtLine(400, 1000, 1000)
PtLine(425, 1000, 1000)
PtLine(450, 1000, 1000)
};
thermistortable_1047.h:
// Pt1000 with 4k7 pullup
const short temptable_1047[][2] PROGMEM = {
// only a few values are needed as the curve is very flat
PtLine(    0, 1000, 4700)
PtLine(  50, 1000, 4700)
PtLine(100, 1000, 4700)
PtLine(150, 1000, 4700)
PtLine(200, 1000, 4700)
PtLine(250, 1000, 4700)
PtLine(300, 1000, 4700)
PtLine(350, 1000, 4700)
PtLine(400, 1000, 4700)
PtLine(450, 1000, 4700)
};