My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pins_FELIX2.h 429B

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