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 446B

1234567891011121314151617181920212223242526
  1. /**
  2. * FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
  3. */
  4. #define IS_RAMPS_EFB
  5. #include "pins_RAMPS_13.h"
  6. #undef HEATER_1_PIN
  7. #define HEATER_1_PIN 7 // EXTRUDER 2
  8. #define DISABLE_MAX_ENDSTOPS
  9. #undef SDPOWER
  10. #define SDPOWER 1
  11. #define PS_ON_PIN 12
  12. #if defined(ULTRA_LCD) && defined(NEWPANEL)
  13. #define BLEN_C 2
  14. #define BLEN_B 1
  15. #define BLEN_A 0
  16. #define SDCARDDETECT 6
  17. #endif // NEWPANEL && ULTRA_LCD