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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /**
  2. * pins.h
  3. */
  4. #ifndef PINS_H
  5. #define PINS_H
  6. // Preset optional pins
  7. #define X_MS1_PIN -1
  8. #define X_MS2_PIN -1
  9. #define Y_MS1_PIN -1
  10. #define Y_MS2_PIN -1
  11. #define Z_MS1_PIN -1
  12. #define Z_MS2_PIN -1
  13. #define E0_MS1_PIN -1
  14. #define E0_MS2_PIN -1
  15. #define E1_MS1_PIN -1
  16. #define E1_MS2_PIN -1
  17. #define DIGIPOTSS_PIN -1
  18. #define HEATER_3_PIN -1
  19. #define TEMP_3_PIN -1
  20. #if MB(GEN7_CUSTOM)
  21. #include "pins_GEN7_CUSTOM.h"
  22. #elif MB(GEN7_12)
  23. #include "pins_GEN7_12.h"
  24. #elif MB(GEN7_13)
  25. #include "pins_GEN7_13.h"
  26. #elif MB(GEN7_14)
  27. #include "pins_GEN7_14.h"
  28. #elif MB(CHEAPTRONIC)
  29. #include "pins_CHEAPTRONIC.h"
  30. #elif MB(SETHI)
  31. #include "pins_SETHI.h"
  32. #elif MB(RAMPS_OLD)
  33. #include "pins_RAMPS_OLD.h"
  34. #elif MB(RAMPS_13_EFB)
  35. #include "pins_RAMPS_13_EFB.h"
  36. #elif MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
  37. #include "pins_RAMPS_13.h"
  38. #elif MB(GEN6)
  39. #include "pins_GEN6.h"
  40. #elif MB(GEN6_DELUXE)
  41. #include "pins_GEN6_DELUXE.h"
  42. #elif MB(SANGUINOLOLU_11)
  43. #include "pins_SANGUINOLOLU_11.h"
  44. #elif MB(SANGUINOLOLU_12)
  45. #include "pins_SANGUINOLOLU_12.h"
  46. #elif MB(MELZI)
  47. #include "pins_MELZI.h"
  48. #elif MB(STB_11)
  49. #include "pins_STB_11.h"
  50. #elif MB(AZTEEG_X1)
  51. #include "pins_AZTEEG_X1.h"
  52. #elif MB(MELZI_MAKR3D)
  53. #include "pins_MELZI_MAKR3D.h"
  54. #elif MB(AZTEEG_X3)
  55. #include "pins_AZTEEG_X3.h"
  56. #elif MB(AZTEEG_X3_PRO)
  57. #include "pins_AZTEEG_X3_PRO.h"
  58. #elif MB(ULTIMAKER)
  59. #include "pins_ULTIMAKER.h"
  60. #elif MB(ULTIMAKER_OLD)
  61. #include "pins_ULTIMAKER_OLD.h"
  62. #elif MB(ULTIMAIN_2)
  63. #include "pins_ULTIMAIN_2.h"
  64. #elif MB(3DRAG)
  65. #include "pins_3DRAG.h"
  66. #elif MB(K8200)
  67. #include "pins_K8200.h"
  68. #elif MB(TEENSYLU)
  69. #include "pins_TEENSYLU.h"
  70. #elif MB(RUMBA)
  71. #include "pins_RUMBA.h"
  72. #elif MB(PRINTRBOARD)
  73. #include "pins_PRINTRBOARD.h"
  74. #elif MB(BRAINWAVE)
  75. #include "pins_BRAINWAVE.h"
  76. #elif MB(BRAINWAVE_PRO)
  77. #include "pins_BRAINWAVE_PRO.h"
  78. #elif MB(SAV_MKI)
  79. #include "pins_SAV_MKI.h"
  80. #elif MB(TEENSY2)
  81. #include "pins_TEENSY2.h"
  82. #elif MB(GEN3_PLUS)
  83. #include "pins_GEN3_PLUS.h"
  84. #elif MB(GEN3_MONOLITHIC)
  85. #include "pins_GEN3_MONOLITHIC.h"
  86. #elif MB(MEGATRONICS)
  87. #include "pins_MEGATRONICS.h"
  88. #elif MB(MINITRONICS)
  89. #include "pins_MINITRONICS.h"
  90. #elif MB(MEGATRONICS_2)
  91. #include "pins_MEGATRONICS_2.h"
  92. #elif MB(MEGATRONICS_3)
  93. #include "pins_MEGATRONICS_3.h"
  94. #elif MB(OMCA_A)
  95. #include "pins_OMCA_A.h"
  96. #elif MB(OMCA)
  97. #include "pins_OMCA.h"
  98. #elif MB(RAMBO)
  99. #include "pins_RAMBO.h"
  100. #elif MB(MINIRAMBO)
  101. #include "pins_MINIRAMBO.h"
  102. #elif MB(ELEFU_3)
  103. #include "pins_ELEFU_3.h"
  104. #elif MB(5DPRINT)
  105. #include "pins_5DPRINT.h"
  106. #elif MB(LEAPFROG)
  107. #include "pins_LEAPFROG.h"
  108. #elif MB(BAM_DICE)
  109. #include "pins_RAMPS_13.h"
  110. #elif MB(BAM_DICE_DUE)
  111. #include "pins_BAM_DICE_DUE.h"
  112. #elif MB(FELIX2)
  113. #include "pins_FELIX2.h"
  114. #elif MB(MKS_BASE)
  115. #include "pins_MKS_BASE.h"
  116. #elif MB(RIGIDBOARD)
  117. #include "pins_RIGIDBOARD.h"
  118. #elif MB(MEGACONTROLLER)
  119. #include "pins_MEGACONTROLLER.h"
  120. #elif MB(99)
  121. #include "pins_99.h"
  122. #else
  123. #error Unknown MOTHERBOARD value set in Configuration.h
  124. #endif
  125. // List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
  126. #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, HEATER_0_PIN, analogInputToDigitalPin(TEMP_0_PIN),
  127. #define _E1_PINS
  128. #define _E2_PINS
  129. #define _E3_PINS
  130. #if EXTRUDERS > 1
  131. #undef _E1_PINS
  132. #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN, HEATER_1_PIN, analogInputToDigitalPin(TEMP_1_PIN),
  133. #if EXTRUDERS > 2
  134. #undef _E2_PINS
  135. #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN, analogInputToDigitalPin(TEMP_2_PIN),
  136. #if EXTRUDERS > 3
  137. #undef _E3_PINS
  138. #define _E3_PINS E3_STEP_PIN, E3_DIR_PIN, E3_ENABLE_PIN, HEATER_3_PIN, analogInputToDigitalPin(TEMP_3_PIN),
  139. #endif
  140. #endif
  141. #endif
  142. #ifdef X_STOP_PIN
  143. #if X_HOME_DIR < 0
  144. #define X_MIN_PIN X_STOP_PIN
  145. #define X_MAX_PIN -1
  146. #else
  147. #define X_MIN_PIN -1
  148. #define X_MAX_PIN X_STOP_PIN
  149. #endif
  150. #endif
  151. #ifdef Y_STOP_PIN
  152. #if Y_HOME_DIR < 0
  153. #define Y_MIN_PIN Y_STOP_PIN
  154. #define Y_MAX_PIN -1
  155. #else
  156. #define Y_MIN_PIN -1
  157. #define Y_MAX_PIN Y_STOP_PIN
  158. #endif
  159. #endif
  160. #ifdef Z_STOP_PIN
  161. #if Z_HOME_DIR < 0
  162. #define Z_MIN_PIN Z_STOP_PIN
  163. #define Z_MAX_PIN -1
  164. #else
  165. #define Z_MIN_PIN -1
  166. #define Z_MAX_PIN Z_STOP_PIN
  167. #endif
  168. #endif
  169. #if ENABLED(DISABLE_MAX_ENDSTOPS)
  170. #undef X_MAX_PIN
  171. #undef Y_MAX_PIN
  172. #undef Z_MAX_PIN
  173. #define X_MAX_PIN -1
  174. #define Y_MAX_PIN -1
  175. #define Z_MAX_PIN -1
  176. #endif
  177. #if ENABLED(DISABLE_MIN_ENDSTOPS)
  178. #undef X_MIN_PIN
  179. #undef Y_MIN_PIN
  180. #undef Z_MIN_PIN
  181. #define X_MIN_PIN -1
  182. #define Y_MIN_PIN -1
  183. #define Z_MIN_PIN -1
  184. #endif
  185. #if ENABLED(DISABLE_Z_PROBE_ENDSTOP) || DISABLED(Z_PROBE_ENDSTOP) // Allow code to compile regardless of Z_PROBE_ENDSTOP setting.
  186. #undef Z_PROBE_PIN
  187. #define Z_PROBE_PIN -1
  188. #endif
  189. #if ENABLED(DISABLE_XMAX_ENDSTOP)
  190. #undef X_MAX_PIN
  191. #define X_MAX_PIN -1
  192. #endif
  193. #if ENABLED(DISABLE_XMIN_ENDSTOP)
  194. #undef X_MIN_PIN
  195. #define X_MIN_PIN -1
  196. #endif
  197. #if ENABLED(DISABLE_YMAX_ENDSTOP)
  198. #define Y_MAX_PIN -1
  199. #endif
  200. #if ENABLED(DISABLE_YMIN_ENDSTOP)
  201. #undef Y_MIN_PIN
  202. #define Y_MIN_PIN -1
  203. #endif
  204. #if ENABLED(DISABLE_ZMAX_ENDSTOP)
  205. #undef Z_MAX_PIN
  206. #define Z_MAX_PIN -1
  207. #endif
  208. #if ENABLED(DISABLE_ZMIN_ENDSTOP)
  209. #undef Z_MIN_PIN
  210. #define Z_MIN_PIN -1
  211. #endif
  212. #define SENSITIVE_PINS { 0, 1, \
  213. X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, X_MIN_PIN, X_MAX_PIN, \
  214. Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, \
  215. Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, Z_PROBE_PIN, \
  216. PS_ON_PIN, HEATER_BED_PIN, FAN_PIN, \
  217. _E0_PINS _E1_PINS _E2_PINS _E3_PINS \
  218. analogInputToDigitalPin(TEMP_BED_PIN) \
  219. }
  220. #define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
  221. #endif //__PINS_H