pins.h 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. #ifndef PINS_H
  2. #define PINS_H
  3. #include "boards.h"
  4. #if !MB(5DPRINT)
  5. #define X_MS1_PIN -1
  6. #define X_MS2_PIN -1
  7. #define Y_MS1_PIN -1
  8. #define Y_MS2_PIN -1
  9. #define Z_MS1_PIN -1
  10. #define Z_MS2_PIN -1
  11. #define E0_MS1_PIN -1
  12. #define E0_MS2_PIN -1
  13. #define E1_MS1_PIN -1
  14. #define E1_MS2_PIN -1
  15. #define DIGIPOTSS_PIN -1
  16. #endif
  17. #define LARGE_FLASH true
  18. /*****************************************************************
  19. * Rambo Pin Assignments 1.3
  20. ******************************************************************/
  21. #if MOTHERBOARD == 302
  22. #define MINI_RAMBO
  23. #endif
  24. #if MOTHERBOARD == 301 || MOTHERBOARD == 302
  25. #define KNOWN_BOARD
  26. #ifndef __AVR_ATmega2560__
  27. #error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
  28. #endif
  29. #define FR_SENS 21
  30. #define X_STEP_PIN 37
  31. #define X_DIR_PIN 48
  32. #define X_MIN_PIN 12
  33. #define X_MAX_PIN 24
  34. #define X_ENABLE_PIN 29
  35. #define X_MS1_PIN 40
  36. #define X_MS2_PIN 41
  37. #define Y_STEP_PIN 36
  38. #define Y_DIR_PIN 49
  39. #define Y_MIN_PIN 11
  40. #define Y_MAX_PIN 23
  41. #define Y_ENABLE_PIN 28
  42. #define Y_MS1_PIN 69
  43. #define Y_MS2_PIN 39
  44. #define Z_STEP_PIN 35
  45. #define Z_DIR_PIN 47
  46. #define Z_MIN_PIN 10
  47. #define Z_MAX_PIN 30
  48. #define Z_ENABLE_PIN 27
  49. #define Z_MS1_PIN 68
  50. #define Z_MS2_PIN 67
  51. #define TEMP_BED_PIN 2
  52. #define TEMP_0_PIN 0
  53. #define HEATER_1_PIN 7
  54. #define TEMP_1_PIN 1
  55. #define TEMP_2_PIN -1
  56. // The SDSS pin uses a different pin mapping from file Sd2PinMap.h
  57. #define SDSS 53
  58. #ifndef SDSUPPORT
  59. // these pins are defined in the SD library if building with SD support
  60. #define SCK_PIN 52
  61. #define MISO_PIN 50
  62. #define MOSI_PIN 51
  63. #endif
  64. #define BEEPER 84
  65. #define BTN_EN1 72
  66. #define BTN_EN2 14
  67. #define BTN_ENC 9
  68. #define SDCARDDETECT 15
  69. #define LCD_PINS_RS 82
  70. #define LCD_PINS_ENABLE 18
  71. #define LCD_PINS_D4 19
  72. #define LCD_PINS_D5 70
  73. #define LCD_PINS_D6 85
  74. #define LCD_PINS_D7 71
  75. #define E0_STEP_PIN 34
  76. #define E0_DIR_PIN 43
  77. #define E0_ENABLE_PIN 26
  78. #define E0_MS1_PIN 65
  79. #define E0_MS2_PIN 66
  80. #define LED_PIN 13
  81. #ifdef THREEMM_PRINTER
  82. #define FAN_PIN 8
  83. #else
  84. #define FAN_PIN 6
  85. #endif
  86. #define KILL_PIN -1 //80 with Smart Controller LCD
  87. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
  88. #define SDPOWER -1
  89. #ifdef BARICUDA
  90. #define HEATER_2_PIN 6
  91. #else
  92. #define HEATER_2_PIN -1
  93. #endif
  94. #ifdef MINI_RAMBO
  95. #define ELECTRONICS "RAMBo13a"
  96. #define HEATER_0_PIN 3
  97. #define HEATER_BED_PIN 4
  98. #define FAN_1_PIN -1 //6
  99. #define PS_ON_PIN 71
  100. #define MOTOR_CURRENT_PWM_XY_PIN 46
  101. #define MOTOR_CURRENT_PWM_Z_PIN 45
  102. #define MOTOR_CURRENT_PWM_E_PIN 44
  103. #else //RAMBo
  104. #define ELECTRONICS "RAMBoBig"
  105. #define E1_STEP_PIN 33
  106. #define E1_DIR_PIN 42
  107. #define E1_ENABLE_PIN 25
  108. #define E1_MS1_PIN 63
  109. #define E1_MS2_PIN 64
  110. #define DIGIPOTSS_PIN 38
  111. #define DIGIPOT_CHANNELS {4,5,3,0,1} // X Y Z E0 E1 digipot channels to stepper driver mapping
  112. #define HEATER_0_PIN 9
  113. #define HEATER_BED_PIN 3
  114. #define PS_ON_PIN 4
  115. #define SDSS 53
  116. #ifdef ULTRA_LCD
  117. #define KILL_PIN 80
  118. #ifdef NEWPANEL
  119. //arduino pin which triggers an piezzo beeper
  120. #define BEEPER 84 // Beeper on AUX-4
  121. #define LCD_PINS_RS 82
  122. #define LCD_PINS_ENABLE 18
  123. #define LCD_PINS_D4 19
  124. #define LCD_PINS_D5 70
  125. #define LCD_PINS_D6 85
  126. #define LCD_PINS_D7 71
  127. //buttons are directly attached using AUX-2
  128. #define BTN_EN1 76
  129. #define BTN_EN2 77
  130. #define BTN_ENC 78 //the click
  131. #define BLEN_C 2
  132. #define BLEN_B 1
  133. #define BLEN_A 0
  134. #define SDCARDDETECT 81 // Ramps does not use this port
  135. //encoder rotation values
  136. #define encrot0 0
  137. #define encrot1 2
  138. #define encrot2 3
  139. #define encrot3 1
  140. #else //old style panel with shift register
  141. //arduino pin witch triggers an piezzo beeper
  142. #define BEEPER 84 //No Beeper added
  143. //buttons are attached to a shift register
  144. // Not wired this yet
  145. // #define SHIFT_CLK 38
  146. // #define SHIFT_LD 42
  147. // #define SHIFT_OUT 40
  148. // #define SHIFT_EN 17
  149. #define LCD_PINS_RS 82
  150. #define LCD_PINS_ENABLE 18
  151. #define LCD_PINS_D4 19
  152. #define LCD_PINS_D5 70
  153. #define LCD_PINS_D6 85
  154. #define LCD_PINS_D7 71
  155. //encoder rotation values
  156. #define encrot0 0
  157. #define encrot1 2
  158. #define encrot2 3
  159. #define encrot3 1
  160. //bits in the shift register that carry the buttons for:
  161. // left up center down right red
  162. #define BL_LE 7
  163. #define BL_UP 6
  164. #define BL_MI 5
  165. #define BL_DW 4
  166. #define BL_RI 3
  167. #define BL_ST 2
  168. #define BLEN_B 1
  169. #define BLEN_A 0
  170. #endif
  171. #endif //ULTRA_LCD
  172. #endif //RAMBo/MiniRambo option
  173. #endif
  174. /*****************************************************************
  175. * Rambo mini Pin Assignments 1.0
  176. ******************************************************************/
  177. #if MOTHERBOARD == 102
  178. #define ELECTRONICS "RAMBo10a"
  179. #define KNOWN_BOARD
  180. #ifndef __AVR_ATmega2560__
  181. #error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
  182. #endif
  183. #define FR_SENS 21
  184. #define LARGE_FLASH true
  185. #define X_STEP_PIN 37
  186. #define X_DIR_PIN 48
  187. #define X_MIN_PIN 12
  188. #define X_MAX_PIN 24
  189. #define X_ENABLE_PIN 29
  190. #define X_MS1_PIN 40
  191. #define X_MS2_PIN 41
  192. #define Y_STEP_PIN 36
  193. #define Y_DIR_PIN 49
  194. #define Y_MIN_PIN 11
  195. #define Y_MAX_PIN 23
  196. #define Y_ENABLE_PIN 28
  197. #define Y_MS1_PIN 69
  198. #define Y_MS2_PIN 39
  199. #define Z_STEP_PIN 35
  200. #define Z_DIR_PIN 47
  201. #define Z_MIN_PIN 10
  202. #define Z_MAX_PIN 30
  203. #define Z_ENABLE_PIN 27
  204. #define Z_MS1_PIN 68
  205. #define Z_MS2_PIN 67
  206. #define TEMP_BED_PIN 2
  207. #define TEMP_0_PIN 0
  208. #define HEATER_1_PIN 7
  209. #define TEMP_1_PIN 1
  210. #define TEMP_2_PIN -1
  211. // The SDSS pin uses a different pin mapping from file Sd2PinMap.h
  212. #define SDSS 53
  213. #ifndef SDSUPPORT
  214. // these pins are defined in the SD library if building with SD support
  215. #define SCK_PIN 52
  216. #define MISO_PIN 50
  217. #define MOSI_PIN 51
  218. #endif
  219. #define BEEPER 78
  220. #define BTN_EN1 80
  221. #define BTN_EN2 73
  222. #define BTN_ENC 21
  223. #define SDCARDDETECT 72
  224. #define LCD_PINS_RS 38
  225. #define LCD_PINS_ENABLE 5
  226. #define LCD_PINS_D4 14
  227. #define LCD_PINS_D5 15
  228. #define LCD_PINS_D6 32
  229. #define LCD_PINS_D7 31
  230. #define E0_STEP_PIN 34
  231. #define E0_DIR_PIN 43
  232. #define E0_ENABLE_PIN 26
  233. #define E0_MS1_PIN 65
  234. #define E0_MS2_PIN 66
  235. #define LED_PIN 13
  236. #ifdef THREEMM_PRINTER
  237. #define FAN_PIN 8
  238. #else
  239. #define FAN_PIN 6
  240. #endif
  241. #define KILL_PIN -1 //80 with Smart Controller LCD
  242. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
  243. #define SDPOWER -1
  244. #ifdef BARICUDA
  245. #define HEATER_2_PIN 6
  246. #else
  247. #define HEATER_2_PIN -1
  248. #endif
  249. #define HEATER_0_PIN 3
  250. #define HEATER_BED_PIN 4
  251. #define FAN_1_PIN -1 //6
  252. #define PS_ON_PIN 71
  253. #define MOTOR_CURRENT_PWM_XY_PIN 46
  254. #define MOTOR_CURRENT_PWM_Z_PIN 45
  255. #define MOTOR_CURRENT_PWM_E_PIN 44
  256. #endif
  257. #ifndef KNOWN_BOARD
  258. #error Unknown MOTHERBOARD value in configuration.h
  259. #endif
  260. //List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
  261. #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, HEATER_0_PIN,
  262. #if EXTRUDERS > 1
  263. #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN, HEATER_1_PIN,
  264. #else
  265. #define _E1_PINS
  266. #endif
  267. #if EXTRUDERS > 2
  268. #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN,
  269. #else
  270. #define _E2_PINS
  271. #endif
  272. #ifdef X_STOP_PIN
  273. #if X_HOME_DIR < 0
  274. #define X_MIN_PIN X_STOP_PIN
  275. #define X_MAX_PIN -1
  276. #else
  277. #define X_MIN_PIN -1
  278. #define X_MAX_PIN X_STOP_PIN
  279. #endif
  280. #endif
  281. #ifdef Y_STOP_PIN
  282. #if Y_HOME_DIR < 0
  283. #define Y_MIN_PIN Y_STOP_PIN
  284. #define Y_MAX_PIN -1
  285. #else
  286. #define Y_MIN_PIN -1
  287. #define Y_MAX_PIN Y_STOP_PIN
  288. #endif
  289. #endif
  290. #ifdef Z_STOP_PIN
  291. #if Z_HOME_DIR < 0
  292. #define Z_MIN_PIN Z_STOP_PIN
  293. #define Z_MAX_PIN -1
  294. #else
  295. #define Z_MIN_PIN -1
  296. #define Z_MAX_PIN Z_STOP_PIN
  297. #endif
  298. #endif
  299. #ifdef DISABLE_MAX_ENDSTOPS
  300. #define X_MAX_PIN -1
  301. #define Y_MAX_PIN -1
  302. #define Z_MAX_PIN -1
  303. #endif
  304. #ifdef DISABLE_MIN_ENDSTOPS
  305. #define X_MIN_PIN -1
  306. #define Y_MIN_PIN -1
  307. #define Z_MIN_PIN -1
  308. #endif
  309. #define SENSITIVE_PINS {0, 1, X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, X_MIN_PIN, X_MAX_PIN, Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, PS_ON_PIN, \
  310. HEATER_BED_PIN, FAN_PIN, \
  311. _E0_PINS _E1_PINS _E2_PINS \
  312. analogInputToDigitalPin(TEMP_0_PIN), analogInputToDigitalPin(TEMP_1_PIN), analogInputToDigitalPin(TEMP_2_PIN), analogInputToDigitalPin(TEMP_BED_PIN) }
  313. #endif //__PINS_H