@ -33,7 +33,9 @@
//
// Servos
#ifndef SERVO0_PIN
#define SERVO0_PIN P2_00
#endif
// Limit Switches
@ -165,14 +167,24 @@
// Heaters / Fans
#ifndef HEATER_0_PIN
#define HEATER_0_PIN P2_07
#if HOTENDS == 1
#ifndef FAN1_PIN
#define FAN1_PIN P2_04
#else
#ifndef HEATER_1_PIN
#define HEATER_1_PIN P2_04
#ifndef FAN_PIN
#define FAN_PIN P2_03
#ifndef HEATER_BED_PIN
#define HEATER_BED_PIN P2_05
/**
* _____ _____