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_3DRAG.h 790B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * 3DRAG (and K8200) Arduino Mega with RAMPS v1.3 pin assignments
  3. */
  4. #include "pins_RAMPS_13.h"
  5. #define Z_ENABLE_PIN 63
  6. #define X_MAX_PIN 2
  7. #define Y_MAX_PIN 15
  8. #define Z_MAX_PIN -1
  9. #define SDSS 25//53
  10. #define BEEPER 33
  11. #define FAN_PIN 8
  12. #define HEATER_0_PIN 10
  13. #define HEATER_1_PIN 12
  14. #define HEATER_2_PIN 6
  15. #define HEATER_BED_PIN 9 // BED
  16. #if defined(ULTRA_LCD) && defined(NEWPANEL)
  17. #define BEEPER -1
  18. #define LCD_PINS_RS 27
  19. #define LCD_PINS_ENABLE 29
  20. #define LCD_PINS_D4 37
  21. #define LCD_PINS_D5 35
  22. #define LCD_PINS_D6 33
  23. #define LCD_PINS_D7 31
  24. // Buttons
  25. #define BTN_EN1 16
  26. #define BTN_EN2 17
  27. #define BTN_ENC 23 //the click
  28. #endif // ULTRA_LCD && NEWPANEL