add GEN3 and HOST defines to config.h

This commit is contained in:
Michael Moon 2010-11-11 09:51:46 +11:00
parent 7dc8f8d8ff
commit e2063137b5
1 changed files with 11 additions and 2 deletions

View File

@ -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