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_RAMPS_13.h 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /**
  2. * Arduino Mega with RAMPS v1.3 pin assignments
  3. *
  4. * Applies to the following boards:
  5. *
  6. * RAMPS_13_EFB (Extruder, Fan, Bed)
  7. * RAMPS_13_EEB (Extruder, Extruder, Bed)
  8. * RAMPS_13_EFF (Extruder, Fan, Fan)
  9. * RAMPS_13_EEF (Extruder, Extruder, Fan)
  10. *
  11. * Other pins_MYBOARD.h files may override these defaults
  12. */
  13. #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
  14. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  15. #endif
  16. #define LARGE_FLASH true
  17. #define X_STEP_PIN 54
  18. #define X_DIR_PIN 55
  19. #define X_ENABLE_PIN 38
  20. #define X_MIN_PIN 3
  21. #define X_MAX_PIN 2
  22. #define Y_STEP_PIN 60
  23. #define Y_DIR_PIN 61
  24. #define Y_ENABLE_PIN 56
  25. #define Y_MIN_PIN 14
  26. #define Y_MAX_PIN 15
  27. #define Z_STEP_PIN 46
  28. #define Z_DIR_PIN 48
  29. #define Z_ENABLE_PIN 62
  30. #define Z_MIN_PIN 18
  31. #define Z_MAX_PIN 19
  32. #define Z_PROBE_PIN -1
  33. #define Y2_STEP_PIN 36
  34. #define Y2_DIR_PIN 34
  35. #define Y2_ENABLE_PIN 30
  36. #define Z2_STEP_PIN 36
  37. #define Z2_DIR_PIN 34
  38. #define Z2_ENABLE_PIN 30
  39. #define E0_STEP_PIN 26
  40. #define E0_DIR_PIN 28
  41. #define E0_ENABLE_PIN 24
  42. #define E1_STEP_PIN 36
  43. #define E1_DIR_PIN 34
  44. #define E1_ENABLE_PIN 30
  45. #define SDPOWER -1
  46. #define SDSS 53
  47. #define LED_PIN 13
  48. #if MB(RAMPS_13_EEB) && defined(FILAMENT_SENSOR) // FMM added for Filament Extruder
  49. // define analog pin for the filament width sensor input
  50. // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
  51. #define FILWIDTH_PIN 5
  52. #endif
  53. #if defined(Z_PROBE_AND_ENDSTOP)
  54. // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
  55. #define Z_PROBE_PIN 32
  56. #endif
  57. #if defined(FILAMENT_RUNOUT_SENSOR)
  58. // define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
  59. #define FILRUNOUT_PIN 4
  60. #endif
  61. #if MB(RAMPS_13_EFB) || MB(RAMPS_13_EFF)
  62. #define FAN_PIN 9 // (Sprinter config)
  63. #if MB(RAMPS_13_EFF)
  64. #define CONTROLLERFAN_PIN -1 // Pin used for the fan to cool controller
  65. #endif
  66. #elif MB(RAMPS_13_EEF)
  67. #define FAN_PIN 8
  68. #else
  69. #define FAN_PIN 4 // IO pin. Buffer needed
  70. #endif
  71. #define PS_ON_PIN 12
  72. #if defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)
  73. #define KILL_PIN 41
  74. #else
  75. #define KILL_PIN -1
  76. #endif
  77. #if MB(RAMPS_13_EFF)
  78. #define HEATER_0_PIN 8
  79. #else
  80. #define HEATER_0_PIN 10 // EXTRUDER 1
  81. #endif
  82. #if MB(RAMPS_13_EFB)
  83. #define HEATER_1_PIN -1
  84. #else
  85. #define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
  86. #endif
  87. #define HEATER_2_PIN -1
  88. #define TEMP_0_PIN 13 // ANALOG NUMBERING
  89. #define TEMP_1_PIN 15 // ANALOG NUMBERING
  90. #define TEMP_2_PIN -1 // ANALOG NUMBERING
  91. #if MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
  92. #define HEATER_BED_PIN -1 // NO BED
  93. #else
  94. #define HEATER_BED_PIN 8 // BED
  95. #endif
  96. #define TEMP_BED_PIN 14 // ANALOG NUMBERING
  97. #ifdef NUM_SERVOS
  98. #define SERVO0_PIN 11
  99. #if NUM_SERVOS > 1
  100. #define SERVO1_PIN 6
  101. #if NUM_SERVOS > 2
  102. #define SERVO2_PIN 5
  103. #if NUM_SERVOS > 3
  104. #define SERVO3_PIN 4
  105. #endif
  106. #endif
  107. #endif
  108. #endif
  109. #ifdef ULTRA_LCD
  110. #ifdef NEWPANEL
  111. #ifdef PANEL_ONE
  112. #define LCD_PINS_RS 40
  113. #define LCD_PINS_ENABLE 42
  114. #define LCD_PINS_D4 65
  115. #define LCD_PINS_D5 66
  116. #define LCD_PINS_D6 44
  117. #define LCD_PINS_D7 64
  118. #else
  119. #define LCD_PINS_RS 16
  120. #define LCD_PINS_ENABLE 17
  121. #define LCD_PINS_D4 23
  122. #define LCD_PINS_D5 25
  123. #define LCD_PINS_D6 27
  124. #define LCD_PINS_D7 29
  125. #endif
  126. #ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
  127. #define BEEPER 37
  128. #define BTN_EN1 31
  129. #define BTN_EN2 33
  130. #define BTN_ENC 35
  131. #define SDCARDDETECT 49
  132. #elif defined(LCD_I2C_PANELOLU2)
  133. #define BTN_EN1 47 // reverse if the encoder turns the wrong way.
  134. #define BTN_EN2 43
  135. #define BTN_ENC 32
  136. #define LCD_SDSS 53
  137. #define SDCARDDETECT -1
  138. #define KILL_PIN 41
  139. #elif defined(LCD_I2C_VIKI)
  140. #define BTN_EN1 22 // reverse if the encoder turns the wrong way.
  141. #define BTN_EN2 7
  142. #define BTN_ENC -1
  143. #define LCD_SDSS 53
  144. #define SDCARDDETECT 49
  145. #else
  146. // arduino pin which triggers an piezzo beeper
  147. #define BEEPER 33 // Beeper on AUX-4
  148. // buttons are directly attached using AUX-2
  149. #ifdef REPRAPWORLD_KEYPAD
  150. #define BTN_EN1 64 // encoder
  151. #define BTN_EN2 59 // encoder
  152. #define BTN_ENC 63 // enter button
  153. #define SHIFT_OUT 40 // shift register
  154. #define SHIFT_CLK 44 // shift register
  155. #define SHIFT_LD 42 // shift register
  156. #elif defined(PANEL_ONE)
  157. #define BTN_EN1 59 // AUX2 PIN 3
  158. #define BTN_EN2 63 // AUX2 PIN 4
  159. #define BTN_ENC 49 // AUX3 PIN 7
  160. #else
  161. #define BTN_EN1 37
  162. #define BTN_EN2 35
  163. #define BTN_ENC 31 // the click
  164. #endif
  165. #ifdef G3D_PANEL
  166. #define SDCARDDETECT 49
  167. #else
  168. #define SDCARDDETECT -1 // Ramps does not use this port
  169. #endif
  170. #endif
  171. #else // Old-style panel with shift register
  172. // Arduino pin witch triggers an piezzo beeper
  173. #define BEEPER 33 // No Beeper added
  174. // Buttons are attached to a shift register
  175. // Not wired yet
  176. // #define SHIFT_CLK 38
  177. // #define SHIFT_LD 42
  178. // #define SHIFT_OUT 40
  179. // #define SHIFT_EN 17
  180. #define LCD_PINS_RS 16
  181. #define LCD_PINS_ENABLE 17
  182. #define LCD_PINS_D4 23
  183. #define LCD_PINS_D5 25
  184. #define LCD_PINS_D6 27
  185. #define LCD_PINS_D7 29
  186. #endif
  187. #endif // ULTRA_LCD
  188. // SPI for Max6675 Thermocouple
  189. #ifndef SDSUPPORT
  190. #define MAX6675_SS 66 // Do not use pin 53 if there is even the remote possibility of using Display/SD card
  191. #else
  192. #define MAX6675_SS 66 // Do not use pin 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
  193. #endif
  194. #ifndef SDSUPPORT
  195. // these pins are defined in the SD library if building with SD support
  196. #define SCK_PIN 52
  197. #define MISO_PIN 50
  198. #define MOSI_PIN 51
  199. #endif