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 1.0KB

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