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_AZTEEG_X3.h 765B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * AZTEEG_X3 Arduino Mega with RAMPS v1.3 pin assignments
  3. */
  4. #include "pins_RAMPS_13_EFB.h"
  5. //LCD Pins//
  6. #if ENABLED(VIKI2) || ENABLED(miniVIKI)
  7. #define BEEPER_PIN 33
  8. // Pins for DOGM SPI LCD Support
  9. #define DOGLCD_A0 31
  10. #define DOGLCD_CS 32
  11. #define LCD_SCREEN_ROT_180
  12. //The encoder and click button
  13. #define BTN_EN1 22
  14. #define BTN_EN2 7
  15. #define BTN_ENC 12 //the click switch
  16. #define SDSS 53
  17. #define SD_DETECT -1 // Pin 49 if using display sd interface
  18. #if ENABLED(TEMP_STAT_LEDS)
  19. #define STAT_LED_RED 64
  20. #define STAT_LED_BLUE 63
  21. #endif
  22. #elif ENABLED(TEMP_STAT_LEDS)
  23. #define STAT_LED_RED 6
  24. #define STAT_LED_BLUE 11
  25. #endif