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.h 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #ifndef PINS_H
  23. #define PINS_H
  24. #if MB(GEN7_CUSTOM)
  25. #include "pins_GEN7_CUSTOM.h"
  26. #elif MB(GEN7_12)
  27. #include "pins_GEN7_12.h"
  28. #elif MB(GEN7_13)
  29. #include "pins_GEN7_13.h"
  30. #elif MB(GEN7_14)
  31. #include "pins_GEN7_14.h"
  32. #elif MB(CNCONTROLS_12)
  33. #include "pins_CNCONTROLS_12.h"
  34. #elif MB(CHEAPTRONIC)
  35. #include "pins_CHEAPTRONIC.h"
  36. #elif MB(SETHI)
  37. #include "pins_SETHI.h"
  38. #elif MB(RAMPS_OLD)
  39. #include "pins_RAMPS_OLD.h"
  40. #elif MB(RAMPS_13_EFB)
  41. #include "pins_RAMPS_13_EFB.h"
  42. #elif MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
  43. #include "pins_RAMPS_13.h"
  44. #elif MB(RAMPS_14_EFB)
  45. #include "pins_RAMPS_14_EFB.h"
  46. #elif MB(RAMPS_14_EEB) || MB(RAMPS_14_EFF) || MB(RAMPS_14_EEF) || MB(RAMPS_14_SF)
  47. #include "pins_RAMPS_14.h"
  48. #elif MB(GEN6)
  49. #include "pins_GEN6.h"
  50. #elif MB(GEN6_DELUXE)
  51. #include "pins_GEN6_DELUXE.h"
  52. #elif MB(SANGUINOLOLU_11)
  53. #include "pins_SANGUINOLOLU_11.h"
  54. #elif MB(SANGUINOLOLU_12)
  55. #include "pins_SANGUINOLOLU_12.h"
  56. #elif MB(MELZI)
  57. #include "pins_MELZI.h"
  58. #elif MB(STB_11)
  59. #include "pins_STB_11.h"
  60. #elif MB(AZTEEG_X1)
  61. #include "pins_AZTEEG_X1.h"
  62. #elif MB(MELZI_MAKR3D)
  63. #include "pins_MELZI_MAKR3D.h"
  64. #elif MB(AZTEEG_X3)
  65. #include "pins_AZTEEG_X3.h"
  66. #elif MB(AZTEEG_X3_PRO)
  67. #include "pins_AZTEEG_X3_PRO.h"
  68. #elif MB(ULTIMAKER)
  69. #include "pins_ULTIMAKER.h"
  70. #elif MB(ULTIMAKER_OLD)
  71. #include "pins_ULTIMAKER_OLD.h"
  72. #elif MB(ULTIMAIN_2)
  73. #include "pins_ULTIMAIN_2.h"
  74. #elif MB(3DRAG)
  75. #include "pins_3DRAG.h"
  76. #elif MB(K8200)
  77. #include "pins_K8200.h"
  78. #elif MB(TEENSYLU)
  79. #include "pins_TEENSYLU.h"
  80. #elif MB(RUMBA)
  81. #include "pins_RUMBA.h"
  82. #elif MB(PRINTRBOARD)
  83. #include "pins_PRINTRBOARD.h"
  84. #elif MB(PRINTRBOARD_REVF)
  85. #include "pins_PRINTRBOARD_REVF.h"
  86. #elif MB(BRAINWAVE)
  87. #include "pins_BRAINWAVE.h"
  88. #elif MB(BRAINWAVE_PRO)
  89. #include "pins_BRAINWAVE_PRO.h"
  90. #elif MB(SAV_MKI)
  91. #include "pins_SAV_MKI.h"
  92. #elif MB(TEENSY2)
  93. #include "pins_TEENSY2.h"
  94. #elif MB(GEN3_PLUS)
  95. #include "pins_GEN3_PLUS.h"
  96. #elif MB(GEN3_MONOLITHIC)
  97. #include "pins_GEN3_MONOLITHIC.h"
  98. #elif MB(MEGATRONICS)
  99. #include "pins_MEGATRONICS.h"
  100. #elif MB(MINITRONICS)
  101. #include "pins_MINITRONICS.h"
  102. #elif MB(MEGATRONICS_2)
  103. #include "pins_MEGATRONICS_2.h"
  104. #elif MB(MEGATRONICS_3)
  105. #include "pins_MEGATRONICS_3.h"
  106. #elif MB(OMCA_A)
  107. #include "pins_OMCA_A.h"
  108. #elif MB(OMCA)
  109. #include "pins_OMCA.h"
  110. #elif MB(RAMBO)
  111. #include "pins_RAMBO.h"
  112. #elif MB(MINIRAMBO)
  113. #include "pins_MINIRAMBO.h"
  114. #elif MB(ELEFU_3)
  115. #include "pins_ELEFU_3.h"
  116. #elif MB(5DPRINT)
  117. #include "pins_5DPRINT.h"
  118. #elif MB(LEAPFROG)
  119. #include "pins_LEAPFROG.h"
  120. #elif MB(BAM_DICE)
  121. #include "pins_RAMPS_14.h"
  122. #elif MB(BAM_DICE_DUE)
  123. #include "pins_BAM_DICE_DUE.h"
  124. #elif MB(FELIX2)
  125. #include "pins_FELIX2.h"
  126. #elif MB(MKS_BASE)
  127. #include "pins_MKS_BASE.h"
  128. #elif MB(RIGIDBOARD)
  129. #include "pins_RIGIDBOARD.h"
  130. #elif MB(MEGACONTROLLER)
  131. #include "pins_MEGACONTROLLER.h"
  132. #elif MB(BQ_ZUM_MEGA_3D)
  133. #include "pins_BQ_ZUM_MEGA_3D.h"
  134. #elif MB(99)
  135. #include "pins_99.h"
  136. #elif MB(AJ4P)
  137. #include "pins_AJ4P.h"
  138. #elif MB(MKS_13)
  139. #include "pins_MKS_13.h"
  140. #elif MB(SAINSMART_2IN1)
  141. #include "pins_SAINSMART_2IN1.h"
  142. #else
  143. #error "Unknown MOTHERBOARD value set in Configuration.h"
  144. #endif
  145. // Define certain undefined pins
  146. #ifndef X_MS1_PIN
  147. #define X_MS1_PIN -1
  148. #endif
  149. #ifndef X_MS2_PIN
  150. #define X_MS2_PIN -1
  151. #endif
  152. #ifndef Y_MS1_PIN
  153. #define Y_MS1_PIN -1
  154. #endif
  155. #ifndef Y_MS2_PIN
  156. #define Y_MS2_PIN -1
  157. #endif
  158. #ifndef Z_MS1_PIN
  159. #define Z_MS1_PIN -1
  160. #endif
  161. #ifndef Z_MS2_PIN
  162. #define Z_MS2_PIN -1
  163. #endif
  164. #ifndef E0_MS1_PIN
  165. #define E0_MS1_PIN -1
  166. #endif
  167. #ifndef E0_MS2_PIN
  168. #define E0_MS2_PIN -1
  169. #endif
  170. #ifndef E1_MS1_PIN
  171. #define E1_MS1_PIN -1
  172. #endif
  173. #ifndef E1_MS2_PIN
  174. #define E1_MS2_PIN -1
  175. #endif
  176. #ifndef FAN_PIN
  177. #define FAN_PIN -1
  178. #endif
  179. #ifndef FAN1_PIN
  180. #define FAN1_PIN -1
  181. #endif
  182. #ifndef FAN2_PIN
  183. #define FAN2_PIN -1
  184. #endif
  185. #ifndef HEATER_0_PIN
  186. #define HEATER_0_PIN -1
  187. #endif
  188. #ifndef HEATER_1_PIN
  189. #define HEATER_1_PIN -1
  190. #endif
  191. #ifndef HEATER_2_PIN
  192. #define HEATER_2_PIN -1
  193. #endif
  194. #ifndef HEATER_3_PIN
  195. #define HEATER_3_PIN -1
  196. #endif
  197. #ifndef HEATER_BED_PIN
  198. #define HEATER_BED_PIN -1
  199. #endif
  200. #ifndef TEMP_0_PIN
  201. #define TEMP_0_PIN -1
  202. #endif
  203. #ifndef TEMP_1_PIN
  204. #define TEMP_1_PIN -1
  205. #endif
  206. #ifndef TEMP_2_PIN
  207. #define TEMP_2_PIN -1
  208. #endif
  209. #ifndef TEMP_3_PIN
  210. #define TEMP_3_PIN -1
  211. #endif
  212. #ifndef TEMP_BED_PIN
  213. #define TEMP_BED_PIN -1
  214. #endif
  215. #ifndef SD_DETECT_PIN
  216. #define SD_DETECT_PIN -1
  217. #endif
  218. #ifndef SDPOWER
  219. #define SDPOWER -1
  220. #endif
  221. #ifndef SDSS
  222. #define SDSS -1
  223. #endif
  224. #ifndef LED_PIN
  225. #define LED_PIN -1
  226. #endif
  227. #ifndef PS_ON_PIN
  228. #define PS_ON_PIN -1
  229. #endif
  230. #ifndef KILL_PIN
  231. #define KILL_PIN -1
  232. #endif
  233. #ifndef SUICIDE_PIN
  234. #define SUICIDE_PIN -1
  235. #endif
  236. // Marlin needs to account for pins that equal -1
  237. #define marlinAnalogInputToDigitalPin(p) ((p) == -1 ? -1 : (p) + 0xA0)
  238. // List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
  239. #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, E0_MS1_PIN, E0_MS2_PIN,
  240. #define _E1_PINS
  241. #define _E2_PINS
  242. #define _E3_PINS
  243. #if EXTRUDERS > 1
  244. #undef _E1_PINS
  245. #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN, E1_MS1_PIN, E1_MS2_PIN,
  246. #if EXTRUDERS > 2
  247. #undef _E2_PINS
  248. #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN,
  249. #if EXTRUDERS > 3
  250. #undef _E3_PINS
  251. #define _E3_PINS E3_STEP_PIN, E3_DIR_PIN, E3_ENABLE_PIN,
  252. #endif
  253. #endif
  254. #endif
  255. #define _H0_PINS HEATER_0_PIN, EXTRUDER_0_AUTO_FAN_PIN, marlinAnalogInputToDigitalPin(TEMP_0_PIN),
  256. #define _H1_PINS
  257. #define _H2_PINS
  258. #define _H3_PINS
  259. #if HOTENDS > 1
  260. #undef _H1_PINS
  261. #define _H1_PINS HEATER_1_PIN, EXTRUDER_1_AUTO_FAN_PIN, marlinAnalogInputToDigitalPin(TEMP_1_PIN),
  262. #if HOTENDS > 2
  263. #undef _H2_PINS
  264. #define _H2_PINS HEATER_2_PIN, EXTRUDER_2_AUTO_FAN_PIN, marlinAnalogInputToDigitalPin(TEMP_2_PIN),
  265. #if HOTENDS > 3
  266. #undef _H3_PINS
  267. #define _H3_PINS HEATER_3_PIN, EXTRUDER_3_AUTO_FAN_PIN, marlinAnalogInputToDigitalPin(TEMP_3_PIN),
  268. #endif
  269. #endif
  270. #endif
  271. #define BED_PINS HEATER_BED_PIN, marlinAnalogInputToDigitalPin(TEMP_BED_PIN),
  272. //
  273. // Assign endstop pins for boards with only 3 connectors
  274. //
  275. #ifdef X_STOP_PIN
  276. #if X_HOME_DIR < 0
  277. #define X_MIN_PIN X_STOP_PIN
  278. #define X_MAX_PIN -1
  279. #else
  280. #define X_MIN_PIN -1
  281. #define X_MAX_PIN X_STOP_PIN
  282. #endif
  283. #endif
  284. #ifdef Y_STOP_PIN
  285. #if Y_HOME_DIR < 0
  286. #define Y_MIN_PIN Y_STOP_PIN
  287. #define Y_MAX_PIN -1
  288. #else
  289. #define Y_MIN_PIN -1
  290. #define Y_MAX_PIN Y_STOP_PIN
  291. #endif
  292. #endif
  293. #ifdef Z_STOP_PIN
  294. #if Z_HOME_DIR < 0
  295. #define Z_MIN_PIN Z_STOP_PIN
  296. #define Z_MAX_PIN -1
  297. #else
  298. #define Z_MIN_PIN -1
  299. #define Z_MAX_PIN Z_STOP_PIN
  300. #endif
  301. #endif
  302. //
  303. // Disable unused endstop / probe pins
  304. //
  305. #if ENABLED(DISABLE_Z_MIN_PROBE_ENDSTOP) || DISABLED(Z_MIN_PROBE_ENDSTOP) // Allow code to compile regardless of Z_MIN_PROBE_ENDSTOP setting.
  306. #undef Z_MIN_PROBE_PIN
  307. #define Z_MIN_PROBE_PIN -1
  308. #endif
  309. #if DISABLED(USE_XMAX_PLUG)
  310. #undef X_MAX_PIN
  311. #define X_MAX_PIN -1
  312. #endif
  313. #if DISABLED(USE_YMAX_PLUG)
  314. #undef Y_MAX_PIN
  315. #define Y_MAX_PIN -1
  316. #endif
  317. #if DISABLED(USE_ZMAX_PLUG)
  318. #undef Z_MAX_PIN
  319. #define Z_MAX_PIN -1
  320. #endif
  321. #if DISABLED(USE_XMIN_PLUG)
  322. #undef X_MIN_PIN
  323. #define X_MIN_PIN -1
  324. #endif
  325. #if DISABLED(USE_YMIN_PLUG)
  326. #undef Y_MIN_PIN
  327. #define Y_MIN_PIN -1
  328. #endif
  329. #if DISABLED(USE_ZMIN_PLUG)
  330. #undef Z_MIN_PIN
  331. #define Z_MIN_PIN -1
  332. #endif
  333. //
  334. // Dual X-carriage, Dual Y, Dual Z support
  335. //
  336. #define _X2_PINS
  337. #define _Y2_PINS
  338. #define _Z2_PINS
  339. #define __EPIN(p,q) E##p##_##q##_PIN
  340. #define _EPIN(p,q) __EPIN(p,q)
  341. #if ENABLED(DUAL_X_CARRIAGE)
  342. // The X2 axis, if any, should be the next open extruder port
  343. #ifndef X2_STEP_PIN
  344. #define X2_STEP_PIN _EPIN(EXTRUDERS, STEP)
  345. #define X2_DIR_PIN _EPIN(EXTRUDERS, DIR)
  346. #define X2_ENABLE_PIN _EPIN(EXTRUDERS, ENABLE)
  347. #endif
  348. #undef _X2_PINS
  349. #define _X2_PINS X2_STEP_PIN, X2_DIR_PIN, X2_ENABLE_PIN,
  350. #define Y2_Z2_E_INDEX INCREMENT(EXTRUDERS)
  351. #else
  352. #define Y2_Z2_E_INDEX EXTRUDERS
  353. #endif
  354. // The Y2 axis, if any, should be the next open extruder port
  355. #if ENABLED(Y_DUAL_STEPPER_DRIVERS) && !defined(Y2_STEP_PIN)
  356. #define Y2_STEP_PIN _EPIN(Y2_Z2_E_INDEX, STEP)
  357. #define Y2_DIR_PIN _EPIN(Y2_Z2_E_INDEX, DIR)
  358. #define Y2_ENABLE_PIN _EPIN(Y2_Z2_E_INDEX, ENABLE)
  359. #undef _Y2_PINS
  360. #define _Y2_PINS Y2_STEP_PIN, Y2_DIR_PIN, Y2_ENABLE_PIN,
  361. #endif
  362. // The Z2 axis, if any, should be the next open extruder port
  363. #if ENABLED(Z_DUAL_STEPPER_DRIVERS) && !defined(Z2_STEP_PIN)
  364. #define Z2_STEP_PIN _EPIN(Y2_Z2_E_INDEX, STEP)
  365. #define Z2_DIR_PIN _EPIN(Y2_Z2_E_INDEX, DIR)
  366. #define Z2_ENABLE_PIN _EPIN(Y2_Z2_E_INDEX, ENABLE)
  367. #undef _Z2_PINS
  368. #define _Z2_PINS Z2_STEP_PIN, Z2_DIR_PIN, Z2_ENABLE_PIN,
  369. #endif
  370. #define SENSITIVE_PINS { 0, 1, \
  371. X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, X_MIN_PIN, X_MAX_PIN, \
  372. Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, \
  373. Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, Z_MIN_PROBE_PIN, \
  374. PS_ON_PIN, HEATER_BED_PIN, FAN_PIN, FAN1_PIN, FAN2_PIN, CONTROLLERFAN_PIN, \
  375. _E0_PINS _E1_PINS _E2_PINS _E3_PINS BED_PINS \
  376. _H0_PINS _H1_PINS _H2_PINS _H3_PINS \
  377. _X2_PINS _Y2_PINS _Z2_PINS \
  378. X_MS1_PIN, X_MS2_PIN, Y_MS1_PIN, Y_MS2_PIN, Z_MS1_PIN, Z_MS2_PIN \
  379. }
  380. #define HAS_DIGIPOTSS (PIN_EXISTS(DIGIPOTSS))
  381. #endif //__PINS_H