From 2e0e6253f66457105b3a7e78ec01c16f90ca2e59 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 18 Oct 2015 07:56:29 -0700 Subject: [PATCH] fix hotbed pin assignment --- src/ArduinoAVR/Repetier/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ArduinoAVR/Repetier/Configuration.h b/src/ArduinoAVR/Repetier/Configuration.h index a229643e9..b53f0ce20 100644 --- a/src/ArduinoAVR/Repetier/Configuration.h +++ b/src/ArduinoAVR/Repetier/Configuration.h @@ -666,9 +666,9 @@ Value is used for all generic tables created. */ // set to 0 if you don't have a heated bed #define HEATED_BED_SENSOR_TYPE 1 /** Analog pin of analog sensor to read temperature of heated bed. */ -#define HEATED_BED_SENSOR_PIN TEMP_1_PIN +#define HEATED_BED_SENSOR_PIN TEMP_3_PIN /** \brief Pin to enable heater for bed. */ -#define HEATED_BED_HEATER_PIN HEATER_1_PIN +#define HEATED_BED_HEATER_PIN HEATER_3_PIN // How often the temperature of the heated bed is set (msec) #define HEATED_BED_SET_INTERVAL 5000