From e2063137b51f5b0ca0c97d973eaf8fa053b3ae48 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Thu, 11 Nov 2010 09:51:46 +1100 Subject: [PATCH] add GEN3 and HOST defines to config.h --- config.h.dist | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config.h.dist b/config.h.dist index aa9f52f..4d63b40 100644 --- a/config.h.dist +++ b/config.h.dist @@ -20,6 +20,16 @@ * * \***************************************************************************/ +/* + Are you using the official GEN3 motherboard with separate extruder controller? +*/ +#define GEN3 + +/* + This is the motherboard, as opposed to the extruder. See extruder/ directory for GEN3 extruder firmware +*/ +#define HOST + /* Values reflecting the gearing of your machine. All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) @@ -113,7 +123,6 @@ * * \***************************************************************************/ - /* Machine Pin Definitions - make sure to avoid duplicate usage of a pin @@ -229,7 +238,7 @@ struct { } temp_sensors[NUM_TEMP_SENSORS] = { // type pin heater - { TT_INTERCOM, 0, 0 } + { TT_INTERCOM, 0, 255 } }; #endif