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

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