Welcome! Log In Create A New Profile

Advanced

Hesine prusa i3 - heated bed temp sensor

Posted by muntahunta 
Hesine prusa i3 - heated bed temp sensor
August 28, 2015 03:41AM
Having trouble setting up my temp sensor on my repetier firmware as my kit came with a different board and I have no idea what settings to use for my heated bed temp sensor. its coming back with "heated bed: temp sensor defect"

the connections are all correct and the sensors were working using the old board.

// ############# Heated bed configuration ########################

#define HAVE_HEATED_BED 1
#define HEATED_BED_MAX_TEMP 120
#define SKIP_M190_IF_WITHIN 3
#define HEATED_BED_SENSOR_TYPE 1
#define HEATED_BED_SENSOR_PIN TEMP_1_PIN
#define HEATED_BED_HEATER_PIN HEATER_1_PIN
#define HEATED_BED_SET_INTERVAL 5000
#define HEATED_BED_HEAT_MANAGER 0
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN_OR_DEAD_TIME 196
#define HEATED_BED_PID_IGAIN 33
#define HEATED_BED_PID_DGAIN 290
#define HEATED_BED_PID_MAX 255
#define HEATED_BED_DECOUPLE_TEST_PERIOD 300000
#define MIN_EXTRUDER_TEMP 150
#define MAXTEMP 275
#define MIN_DEFECT_TEMPERATURE -10
#define MAX_DEFECT_TEMPERATURE 290

Edited 1 time(s). Last edit at 08/28/2015 03:41AM by muntahunta.
Sorry, only registered users may post in this forum.

Click here to login