makerbase-mks / MKS-Robin-Nano-V1.X

MKS Robin Nano is a powerful 32-bit 3D printer control board with STM32F103VET6. Support Marlin2.0. Support MKS Robin TFT24/28/32/35/43 touch Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 1 MAX31855.The motherboard integrates After shutdown. Support MKS Robin WIFI for cloud printing and supports firmware update by SD card…
https://www.aliexpress.com/item/33013776323.html?spm=2114.12010612.8148356.5.320565f4m9CS1x
197 stars 75 forks source link

How can I setup my new thermistor? #39

Closed themacboy closed 4 years ago

themacboy commented 4 years ago

Just purchased a PT100 thermistor and a V6 clone hotend.

How can i setup all this in this printer?

nickrodie commented 4 years ago

Change robin_nano35_cfg.txt from >TEMP_SENSOR_0 1 #1: 100k thermistor£»-3 : thermocouple with MAX31855 to >TEMP_SENSOR_0 -5 #-5 : PT100 / PT1000 with MAX31865 (only for sensors 0-1) Ideally you should also be setting the PID settings for the hotend. https://marlinfw.org/docs/gcode/M303.html I have no idea if there are any specific hardware requirements other than just plugging it in.

makerbase-mks commented 4 years ago

Hi! If you use MAX31855, you need chnag it to -3

nickrodie commented 4 years ago

FYI here's the Marlin comments from configuration.h `/**