Paso 15: El Repetier Firmware - pins.h
Estas son las opciones de configuración principal que es necesario tener en pins.h:
#define ORIG_E2_STEP_PIN 64 / conectar al pin paso X en escudo CNC
#define ORIG_E2_DIR_PIN 59 / conectar al pin de dirección X en escudo CNC
#define ORIG_E2_ENABLE_PIN 44 / conectar al pin EN el escudo de la CNC
...
#define TEMP_0_PIN 13 / / mismo pin para 3 extrusoras todos usando el mismo termocuplas
#define TEMP_1_PIN 13 / / mismo pin para 3 extrusoras todos usando el mismo termocuplas
#define TEMP_2_PIN 13 / / mismo pin para 3 extrusoras todos usando el mismo termocuplas
...
#define TEMP_3_PIN 14 / / perno para calor cama termocuplas
#define E0_PINS ORIG_E0_STEP_PIN, ORIG_E0_DIR_PIN, ORIG_E0_ENABLE_PIN,
#define E1_PINS ORIG_E1_STEP_PIN, ORIG_E1_DIR_PIN, ORIG_E1_ENABLE_PIN,
#define E2_PINS ORIG_E2_STEP_PIN, ORIG_E2_DIR_PIN, ORIG_E2_ENABLE_PIN,