My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pins_FELIX2.h 807B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
  3. */
  4. #include "pins_RAMPS_13.h"
  5. #define X_MAX_PIN -1
  6. #define Y_MAX_PIN -1
  7. #define Z_MAX_PIN -1
  8. #define Y2_STEP_PIN -1
  9. #define Y2_DIR_PIN -1
  10. #define Y2_ENABLE_PIN -1
  11. #define Z2_STEP_PIN -1
  12. #define Z2_DIR_PIN -1
  13. #define Z2_ENABLE_PIN -1
  14. #define E1_STEP_PIN 36 // FELIX E1 uses RAMPS Y2/Z2 pins
  15. #define E1_DIR_PIN 34
  16. #define E1_ENABLE_PIN 30
  17. #define SDPOWER 1
  18. #define FAN_PIN 9 // (Sprinter config)
  19. #define PS_ON_PIN 12
  20. #define HEATER_1_PIN 7 // EXTRUDER 2
  21. #if defined(ULTRA_LCD) && defined(NEWPANEL)
  22. #define BLEN_C 2
  23. #define BLEN_B 1
  24. #define BLEN_A 0
  25. #define SDCARDDETECT 6
  26. #endif // NEWPANEL && ULTRA_LCD