Stap 15: De Repetier Firmware - pins.h
Hier zijn de belangrijkste configuratie-opties die u wilt hebben in pins.h:
#define ORIG_E2_STEP_PIN 64 / / sluit naar stap X pin op CNC schild
#define ORIG_E2_DIR_PIN 59 / / sluit naar richting X pin op CNC schild
#define ORIG_E2_ENABLE_PIN 44 / / sluit naar nl pin op CNC schild
...
#define TEMP_0_PIN 13 / / dezelfde pincode voor alle 3 extruders met behulp van de zelfde termistor
#define TEMP_1_PIN 13 / / dezelfde pincode voor alle 3 extruders met behulp van de zelfde termistor
#define TEMP_2_PIN 13 / / dezelfde pincode voor alle 3 extruders met behulp van de zelfde termistor
...
#define TEMP_3_PIN 14 / / pin voor warmte bed termistor
#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,