The
RTD Pt1000 works natively with Marlin, Duet/RepRapFirmware (RRF), and Klipper.
Marlin
When compiling Marlin, choose temperature sensor #1047 if you are not using a MAX31865 amplifier.
If you want to print above 300°C, you will need to raise the maximum temperature value. If you are using Marlin 2.0.5.4 and older, you will need to change the thermistor table for thermistor 1047. Marlin 2.0.5.4 and older only have values up to 300°C. You will need to add more values to go to 500°C. Please follow the example below.
RRF (Duet)
If you are using RRF, you must edit the M305 or M308 line in your config.g. RRF 2.x or earlier will use the M305 command while RRF 3.x will use the M308 command. The M305 command should look something like this:
M305 P1 X501
The 4700 value in the R field has different values for different Duet boards. You can find the value for your Duet board at the bottom of this
page.
The M308 command should look something like this:
M308 S1 P"temp1" Y"PT1000"
The P field should be the name of the socket that the temperature sensor is being plugged into. You find more information to better configure your sensor by looking at the documentation provided for the M305 and M308 commands found in the
Gcode Dictionary.
Klipper
When configuring Klipper, if you are directly connecting the RTD Pt1000 without an amplifier, use the following parameter when configuring your "printer.cfg" file. Klipper will default to a 4.7 kilo ohm pull-up resistor.
Related Articles
How do I update my firmware to be compatible with the Slice Engineering Thermistor?
300°C Thermistor The 300°C Thermistor works natively with Marlin, Duet/RepRapFirmware, and Klipper. Marlin If you are compiling Marlin for use with the 300 °C Thermistor, make sure to choose the "100K thermistor - ATC Semitec 104NT-4-R025H42G". This ...
Updating my Prusa firmware for the Slice Engineering RTD Pt1000
Follow these steps to upgrade the firmware for your Prusa printer for a Slice Engineering RTD Pt1000. This will apply when you plug your RTD PT1000 into a thermistor port with no amplifier board Part 1: Download Prusa Firmware 1. Download Arduino IDE ...
How do I update my firmware to be compatible with the RTD Pt100?
The RTD Pt100 works with Marlin, Duet/RepRapFirmware (RRF), and Klipper but requires a MAX31865 amplifier. Many boards have an expansion board for the amplifier like a daughter board by Duet3D. Marlin When compiling Marlin, choose temperature sensor ...
What's the difference between the 300°C Thermistor and the RTD Pt1000?
Both the 300°C Thermistor and the RTD Pt1000 perform the same task, they measure the temperature of the hot block and relay that to the 3D printer's board. However, there are a few key differences between the two. The 300°C Thermistor can only read ...
How do I address a firmware "mintemp" error?
If your firmware is Marlin, please set the mintemp value in your firmware to the recommended value from Marlin (5°C). If your firmware isn't Marlin, please contact your 3D printer's manufacturer.