Topic: Davinci RAMPS Conversion - Bed Thermistor
Hi Everyone,
This forum has been very helpful getting me started with my RAMPS conversion.
I have a fully operational RAMPS conversion for my Davinci 1.0a, that had a burned out motor driver.
However, I am unable to get the bed temperature control to work. I have followed most guides and have my hot end thermistor wired to T0 on the RAMPS board. I am then wiring the thermistor on the bed to T1 on the RAMPS board.
I first started with the stock thermistor, and tried several of the thermistor options in the config.h file. I always had an error that didnt allow me to run the printer, so for the past two days I have had that line commented out:
#define TEMP_SENSOR_0 5 // Closest match to the Da Vinci Thermistor with Beta = 4380
//#define TEMP_SENSOR_1 0
//#define TEMP_SENSOR_2 0
//#define TEMP_SENSOR_3 0
//#define TEMP_SENSOR_BED 1 //NTC Honeywell 100k Thermistor Beta = 3974
I figured it had something to do with the stock thermistor so I ordered some of these:
https://www.amazon.com/Iverntech-Thermi … Marlin+NTC
I am still not getting any sensible readings back from it, I have checked all wiring with a DMM and everything.
Is there any troubleshooting method so that I can see if the board is actually just reading the NTC correctly, or is there a way to assign it to T2 instead to see if that works?
Thanks!
