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 1.1KB

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