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_MINITRONICS.h 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /**
  2. * Minitronics v1.0/1.1 pin assignments
  3. */
  4. #ifndef __AVR_ATmega1281__
  5. #error Oops! Make sure you have 'Minitronics' selected from the 'Tools -> Boards' menu.
  6. #endif
  7. #define LARGE_FLASH true
  8. #define X_STEP_PIN 48
  9. #define X_DIR_PIN 47
  10. #define X_ENABLE_PIN 49
  11. #define X_MIN_PIN 5
  12. #define X_MAX_PIN 2
  13. #define Y_STEP_PIN 39 // A6
  14. #define Y_DIR_PIN 40 // A0
  15. #define Y_ENABLE_PIN 38
  16. #define Y_MIN_PIN 2
  17. #define Y_MAX_PIN 15
  18. #define Z_STEP_PIN 42 // A2
  19. #define Z_DIR_PIN 43 // A6
  20. #define Z_ENABLE_PIN 41 // A1
  21. #define Z_MIN_PIN 6
  22. #define Z_MAX_PIN -1
  23. #define E0_STEP_PIN 45
  24. #define E0_DIR_PIN 44
  25. #define E0_ENABLE_PIN 27
  26. #define E1_STEP_PIN 36
  27. #define E1_DIR_PIN 35
  28. #define E1_ENABLE_PIN 37
  29. #define E2_STEP_PIN -1
  30. #define E2_DIR_PIN -1
  31. #define E2_ENABLE_PIN -1
  32. #define SDPOWER -1
  33. #define SDSS 16
  34. #define LED_PIN 46
  35. #define FAN_PIN 9
  36. #define FAN2_PIN -1
  37. #define PS_ON_PIN -1
  38. #define KILL_PIN -1
  39. #define HEATER_0_PIN 7 // EXTRUDER 1
  40. #define HEATER_1_PIN 8 // EXTRUDER 2
  41. #define HEATER_2_PIN -1
  42. #define TEMP_0_PIN 7 // ANALOG NUMBERING
  43. #define TEMP_1_PIN 6 // ANALOG NUMBERING
  44. #define TEMP_2_PIN -1 // ANALOG NUMBERING
  45. #define HEATER_BED_PIN 3 // BED
  46. #define TEMP_BED_PIN 6 // ANALOG NUMBERING
  47. #define BEEPER_PIN -1
  48. #define LCD_PINS_RS -1
  49. #define LCD_PINS_ENABLE -1
  50. #define LCD_PINS_D4 -1
  51. #define LCD_PINS_D5 -1
  52. #define LCD_PINS_D6 -1
  53. #define LCD_PINS_D7 -1
  54. // Buttons are directly attached using keypad
  55. #define BTN_EN1 -1
  56. #define BTN_EN2 -1
  57. #define BTN_ENC -1 // the click
  58. #define BLEN_C 2
  59. #define BLEN_B 1
  60. #define BLEN_A 0
  61. #define SD_DETECT_PIN -1 // Minitronics doesn't use this