Skip to content

Commit

Permalink
fix hotbed pin assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Oct 18, 2015
1 parent 33ffb8d commit 2e0e625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ArduinoAVR/Repetier/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e0e625

Please sign in to comment.