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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632
  1. #ifndef PINS_H
  2. #define PINS_H
  3. #define X_MS1_PIN -1
  4. #define X_MS2_PIN -1
  5. #define Y_MS1_PIN -1
  6. #define Y_MS2_PIN -1
  7. #define Z_MS1_PIN -1
  8. #define Z_MS2_PIN -1
  9. #define E0_MS1_PIN -1
  10. #define E0_MS2_PIN -1
  11. #define E1_MS1_PIN -1
  12. #define E1_MS2_PIN -1
  13. #define DIGIPOTSS_PIN -1
  14. #if MOTHERBOARD == 99
  15. #define KNOWN_BOARD 1
  16. #define X_STEP_PIN 2
  17. #define X_DIR_PIN 3
  18. #define X_ENABLE_PIN -1
  19. #define X_STOP_PIN 16
  20. #define Y_STEP_PIN 5
  21. #define Y_DIR_PIN 6
  22. #define Y_ENABLE_PIN -1
  23. #define Y_STOP_PIN 67
  24. #define Z_STEP_PIN 62
  25. #define Z_DIR_PIN 63
  26. #define Z_ENABLE_PIN -1
  27. #define Z_STOP_PIN 59
  28. #define E0_STEP_PIN 65
  29. #define E0_DIR_PIN 66
  30. #define E0_ENABLE_PIN -1
  31. #define SDPOWER -1
  32. #define SDSS 53
  33. #define LED_PIN -1
  34. #define FAN_PIN -1
  35. #define PS_ON_PIN 9
  36. #define KILL_PIN -1
  37. #define HEATER_0_PIN 13
  38. #define HEATER_1_PIN -1
  39. #define HEATER_2_PIN -1
  40. #define TEMP_0_PIN 6 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  41. #define TEMP_1_PIN -1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  42. #define TEMP_2_PIN -1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  43. #define HEATER_BED_PIN 4
  44. #define TEMP_BED_PIN 10
  45. #endif /* 99 */
  46. /****************************************************************************************
  47. * Gen7 v1.1, v1.2, v1.3 pin assignment
  48. *
  49. ****************************************************************************************/
  50. #if MOTHERBOARD == 12
  51. #define MOTHERBOARD 11
  52. #define GEN7_VERSION 13 // v1.3
  53. #endif
  54. #if MOTHERBOARD == 11
  55. #define KNOWN_BOARD
  56. #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
  57. #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
  58. #endif
  59. #ifndef GEN7_VERSION
  60. #define GEN7_VERSION 12 // v1.x
  61. #endif
  62. //x axis pins
  63. #define X_STEP_PIN 19
  64. #define X_DIR_PIN 18
  65. #define X_ENABLE_PIN 24
  66. #define X_STOP_PIN 7
  67. //y axis pins
  68. #define Y_STEP_PIN 23
  69. #define Y_DIR_PIN 22
  70. #define Y_ENABLE_PIN 24
  71. #define Y_STOP_PIN 5
  72. //z axis pins
  73. #define Z_STEP_PIN 26
  74. #define Z_DIR_PIN 25
  75. #define Z_ENABLE_PIN 24
  76. #define Z_MIN_PIN 1
  77. #define Z_MAX_PIN 0
  78. //extruder pins
  79. #define E0_STEP_PIN 28
  80. #define E0_DIR_PIN 27
  81. #define E0_ENABLE_PIN 24
  82. #define TEMP_0_PIN 1
  83. #define TEMP_1_PIN -1
  84. #define TEMP_2_PIN -1
  85. #define TEMP_BED_PIN 2
  86. #define HEATER_0_PIN 4
  87. #define HEATER_1_PIN -1
  88. #define HEATER_2_PIN -1
  89. #define HEATER_BED_PIN 3
  90. #define KILL_PIN -1
  91. #define SDPOWER -1
  92. #define SDSS -1 // SCL pin of I2C header
  93. #define LED_PIN -1
  94. #if (GEN7_VERSION >= 13)
  95. // Gen7 v1.3 removed the fan pin
  96. #define FAN_PIN -1
  97. #else
  98. #define FAN_PIN 31
  99. #endif
  100. #define PS_ON_PIN 15
  101. //All these generations of Gen7 supply thermistor power
  102. //via PS_ON, so ignore bad thermistor readings
  103. #define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
  104. //our pin for debugging.
  105. #define DEBUG_PIN 0
  106. //our RS485 pins
  107. #define TX_ENABLE_PIN 12
  108. #define RX_ENABLE_PIN 13
  109. #endif
  110. /****************************************************************************************
  111. * Gen7 v1.4 pin assignment
  112. *
  113. ****************************************************************************************/
  114. #if MOTHERBOARD == 13
  115. #define GEN7_VERSION 14 // v1.4
  116. #endif
  117. #if MOTHERBOARD == 13
  118. #define KNOWN_BOARD
  119. #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
  120. #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
  121. #endif
  122. #ifndef GEN7_VERSION
  123. #define GEN7_VERSION 14 // v1.x
  124. #endif
  125. //x axis pins
  126. #define X_STEP_PIN 29
  127. #define X_DIR_PIN 28
  128. #define X_ENABLE_PIN 25
  129. #define X_STOP_PIN 0
  130. //y axis pins
  131. #define Y_STEP_PIN 27
  132. #define Y_DIR_PIN 26
  133. #define Y_ENABLE_PIN 25
  134. #define Y_STOP_PIN 1
  135. //z axis pins
  136. #define Z_STEP_PIN 23
  137. #define Z_DIR_PIN 22
  138. #define Z_ENABLE_PIN 25
  139. #define Z_STOP_PIN 2
  140. //extruder pins
  141. #define E0_STEP_PIN 19
  142. #define E0_DIR_PIN 18
  143. #define E0_ENABLE_PIN 25
  144. #define TEMP_0_PIN 1
  145. #define TEMP_1_PIN -1
  146. #define TEMP_2_PIN -1
  147. #define TEMP_BED_PIN 0
  148. #define HEATER_0_PIN 4
  149. #define HEATER_1_PIN -1
  150. #define HEATER_2_PIN -1
  151. #define HEATER_BED_PIN 3
  152. #define KILL_PIN -1
  153. #define SDPOWER -1
  154. #define SDSS -1 // SCL pin of I2C header
  155. #define LED_PIN -1
  156. #define FAN_PIN -1
  157. #define PS_ON_PIN 15
  158. //our pin for debugging.
  159. #define DEBUG_PIN 0
  160. //our RS485 pins
  161. #define TX_ENABLE_PIN 12
  162. #define RX_ENABLE_PIN 13
  163. #endif
  164. /*******************************************************************************
  165. *********
  166. * Gen7 Alfons3 pin assignment
  167. *
  168. ********************************************************************************
  169. ********/
  170. /* These Pins are assigned for the modified GEN7 Board from Alfons3 Please review the pins and adjust it for your needs*/
  171. #if MOTHERBOARD == 10
  172. #define KNOWN_BOARD
  173. #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
  174. #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
  175. #endif
  176. //x axis pins
  177. #define X_STEP_PIN 21 //different from stanard GEN7
  178. #define X_DIR_PIN 20 //different from stanard GEN7
  179. #define X_ENABLE_PIN 24
  180. #define X_STOP_PIN 0
  181. //y axis pins
  182. #define Y_STEP_PIN 23
  183. #define Y_DIR_PIN 22
  184. #define Y_ENABLE_PIN 24
  185. #define Y_STOP_PIN 1
  186. //z axis pins
  187. #define Z_STEP_PIN 26
  188. #define Z_DIR_PIN 25
  189. #define Z_ENABLE_PIN 24
  190. #define Z_STOP_PIN 2
  191. //extruder pins
  192. #define E0_STEP_PIN 28
  193. #define E0_DIR_PIN 27
  194. #define E0_ENABLE_PIN 24
  195. #define TEMP_0_PIN 2
  196. #define TEMP_1_PIN -1
  197. #define TEMP_2_PIN -1
  198. #define TEMP_BED_PIN 1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
  199. #define HEATER_0_PIN 4
  200. #define HEATER_1_PIN -1
  201. #define HEATER_2_PIN -1
  202. #define HEATER_BED_PIN 3 // (bed)
  203. #define SDPOWER -1
  204. #define SDSS 31 // SCL pin of I2C header || CS Pin for SD Card support
  205. #define LED_PIN -1
  206. #define FAN_PIN -1
  207. #define PS_ON_PIN 19
  208. //our pin for debugging.
  209. #define DEBUG_PIN -1
  210. //our RS485 pins
  211. //#define TX_ENABLE_PIN 12
  212. //#define RX_ENABLE_PIN 13
  213. #define BEEPER -1
  214. #define SDCARDDETECT -1
  215. #define SUICIDE_PIN -1 //has to be defined; otherwise Power_off doesn't work
  216. #define KILL_PIN -1
  217. //Pins for 4bit LCD Support
  218. #define LCD_PINS_RS 18
  219. #define LCD_PINS_ENABLE 17
  220. #define LCD_PINS_D4 16
  221. #define LCD_PINS_D5 15
  222. #define LCD_PINS_D6 13
  223. #define LCD_PINS_D7 14
  224. //buttons are directly attached
  225. #define BTN_EN1 11
  226. #define BTN_EN2 10
  227. #define BTN_ENC 12 //the click
  228. #endif
  229. /****************************************************************************************
  230. * Arduino Mega pin assignment
  231. *
  232. ****************************************************************************************/
  233. #if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34
  234. #define KNOWN_BOARD 1
  235. //////////////////FIX THIS//////////////
  236. #ifndef __AVR_ATmega1280__
  237. #ifndef __AVR_ATmega2560__
  238. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  239. #endif
  240. #endif
  241. // uncomment one of the following lines for RAMPS v1.3 or v1.0, comment both for v1.2 or 1.1
  242. // #define RAMPS_V_1_3
  243. // #define RAMPS_V_1_0
  244. #if MOTHERBOARD == 33 || MOTHERBOARD == 34
  245. #define LARGE_FLASH true
  246. #define X_STEP_PIN 54
  247. #define X_DIR_PIN 55
  248. #define X_ENABLE_PIN 38
  249. #define X_MIN_PIN 3
  250. #define X_MAX_PIN 2
  251. #define Y_STEP_PIN 60
  252. #define Y_DIR_PIN 61
  253. #define Y_ENABLE_PIN 56
  254. #define Y_MIN_PIN 14
  255. #define Y_MAX_PIN 15
  256. #define Z_STEP_PIN 46
  257. #define Z_DIR_PIN 48
  258. #define Z_ENABLE_PIN 62
  259. #define Z_MIN_PIN 18
  260. #define Z_MAX_PIN 19
  261. #define Z2_STEP_PIN 36
  262. #define Z2_DIR_PIN 34
  263. #define Z2_ENABLE_PIN 30
  264. #define E0_STEP_PIN 26
  265. #define E0_DIR_PIN 28
  266. #define E0_ENABLE_PIN 24
  267. #define E1_STEP_PIN 36
  268. #define E1_DIR_PIN 34
  269. #define E1_ENABLE_PIN 30
  270. #define SDPOWER -1
  271. #define SDSS 53
  272. #define LED_PIN 13
  273. #if MOTHERBOARD == 33
  274. #define FAN_PIN 9 // (Sprinter config)
  275. #else
  276. #define FAN_PIN 4 // IO pin. Buffer needed
  277. #endif
  278. #define PS_ON_PIN 12
  279. #if defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)
  280. #define KILL_PIN 41
  281. #else
  282. #define KILL_PIN -1
  283. #endif
  284. #define HEATER_0_PIN 10 // EXTRUDER 1
  285. #if MOTHERBOARD == 33
  286. #define HEATER_1_PIN -1
  287. #else
  288. #define HEATER_1_PIN 9 // EXTRUDER 2 (FAN On Sprinter)
  289. #endif
  290. #define HEATER_2_PIN -1
  291. #define TEMP_0_PIN 13 // ANALOG NUMBERING
  292. #define TEMP_1_PIN 15 // ANALOG NUMBERING
  293. #define TEMP_2_PIN -1 // ANALOG NUMBERING
  294. #define HEATER_BED_PIN 8 // BED
  295. #define TEMP_BED_PIN 14 // ANALOG NUMBERING
  296. #ifdef NUM_SERVOS
  297. #define SERVO0_PIN 11
  298. #if NUM_SERVOS > 1
  299. #define SERVO1_PIN 6
  300. #endif
  301. #if NUM_SERVOS > 2
  302. #define SERVO2_PIN 5
  303. #endif
  304. #if NUM_SERVOS > 2
  305. #define SERVO3_PIN 4
  306. #endif
  307. #endif
  308. #ifdef ULTRA_LCD
  309. #ifdef NEWPANEL
  310. #define LCD_PINS_RS 16
  311. #define LCD_PINS_ENABLE 17
  312. #define LCD_PINS_D4 23
  313. #define LCD_PINS_D5 25
  314. #define LCD_PINS_D6 27
  315. #define LCD_PINS_D7 29
  316. #ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
  317. #define BEEPER 37
  318. #define BTN_EN1 31
  319. #define BTN_EN2 33
  320. #define BTN_ENC 35
  321. #define SDCARDDETECT 49
  322. #else
  323. //arduino pin which triggers an piezzo beeper
  324. #define BEEPER 33 // Beeper on AUX-4
  325. //buttons are directly attached using AUX-2
  326. #ifdef REPRAPWORLD_KEYPAD
  327. #define BTN_EN1 64 // encoder
  328. #define BTN_EN2 59 // encoder
  329. #define BTN_ENC 63 // enter button
  330. #define SHIFT_OUT 40 // shift register
  331. #define SHIFT_CLK 44 // shift register
  332. #define SHIFT_LD 42 // shift register
  333. #else
  334. #define BTN_EN1 37
  335. #define BTN_EN2 35
  336. #define BTN_ENC 31 //the click
  337. #endif
  338. #ifdef G3D_PANEL
  339. #define SDCARDDETECT 49
  340. #else
  341. #define SDCARDDETECT -1 // Ramps does not use this port
  342. #endif
  343. #endif
  344. #else //old style panel with shift register
  345. //arduino pin witch triggers an piezzo beeper
  346. #define BEEPER 33 // No Beeper added
  347. //buttons are attached to a shift register
  348. // Not wired this yet
  349. //#define SHIFT_CLK 38
  350. //#define SHIFT_LD 42
  351. //#define SHIFT_OUT 40
  352. //#define SHIFT_EN 17
  353. #define LCD_PINS_RS 16
  354. #define LCD_PINS_ENABLE 17
  355. #define LCD_PINS_D4 23
  356. #define LCD_PINS_D5 25
  357. #define LCD_PINS_D6 27
  358. #define LCD_PINS_D7 29
  359. #endif
  360. #endif //ULTRA_LCD
  361. #else // RAMPS_V_1_1 or RAMPS_V_1_2 as default (MOTHERBOARD == 3)
  362. #define X_STEP_PIN 26
  363. #define X_DIR_PIN 28
  364. #define X_ENABLE_PIN 24
  365. #define X_MIN_PIN 3
  366. #define X_MAX_PIN -1 //2
  367. #define Y_STEP_PIN 38
  368. #define Y_DIR_PIN 40
  369. #define Y_ENABLE_PIN 36
  370. #define Y_MIN_PIN 16
  371. #define Y_MAX_PIN -1 //17
  372. #define Z_STEP_PIN 44
  373. #define Z_DIR_PIN 46
  374. #define Z_ENABLE_PIN 42
  375. #define Z_MIN_PIN 18
  376. #define Z_MAX_PIN -1 //19
  377. #define E0_STEP_PIN 32
  378. #define E0_DIR_PIN 34
  379. #define E0_ENABLE_PIN 30
  380. #define SDPOWER 48
  381. #define SDSS 53
  382. #define LED_PIN 13
  383. #define PS_ON_PIN -1
  384. #define KILL_PIN -1
  385. #ifdef RAMPS_V_1_0 // RAMPS_V_1_0
  386. #define HEATER_0_PIN 12 // RAMPS 1.0
  387. #define HEATER_BED_PIN -1 // RAMPS 1.0
  388. #define FAN_PIN 11 // RAMPS 1.0
  389. #else // RAMPS_V_1_1 or RAMPS_V_1_2
  390. #define HEATER_0_PIN 10 // RAMPS 1.1
  391. #define HEATER_BED_PIN 8 // RAMPS 1.1
  392. #define FAN_PIN 9 // RAMPS 1.1
  393. #endif
  394. #define HEATER_1_PIN -1
  395. #define HEATER_2_PIN -1
  396. #define TEMP_0_PIN 2 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  397. #define TEMP_1_PIN -1
  398. #define TEMP_2_PIN -1
  399. #define TEMP_BED_PIN 1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  400. #endif// MOTHERBOARD == 33 || MOTHERBOARD == 34
  401. // SPI for Max6675 Thermocouple
  402. #ifndef SDSUPPORT
  403. // these pins are defined in the SD library if building with SD support
  404. #define MAX_SCK_PIN 52
  405. #define MAX_MISO_PIN 50
  406. #define MAX_MOSI_PIN 51
  407. #define MAX6675_SS 53
  408. #else
  409. #define MAX6675_SS 49
  410. #endif
  411. #endif//MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34
  412. /****************************************************************************************
  413. * Duemilanove w/ ATMega328P pin assignment
  414. *
  415. ****************************************************************************************/
  416. #if MOTHERBOARD == 4
  417. #define KNOWN_BOARD 1
  418. #ifndef __AVR_ATmega328P__
  419. #error Oops! Make sure you have 'Arduino Duemilanove w/ ATMega328' selected from the 'Tools -> Boards' menu.
  420. #endif
  421. #define X_STEP_PIN 19
  422. #define X_DIR_PIN 18
  423. #define X_ENABLE_PIN -1
  424. #define X_STOP_PIN 17
  425. #define Y_STEP_PIN 10
  426. #define Y_DIR_PIN 7
  427. #define Y_ENABLE_PIN -1
  428. #define Y_STOP_PIN 8
  429. #define Z_STEP_PIN 13
  430. #define Z_DIR_PIN 3
  431. #define Z_ENABLE_PIN 2
  432. #define Z_STOP_PIN 4
  433. #define E0_STEP_PIN 11
  434. #define E0_DIR_PIN 12
  435. #define E0_ENABLE_PIN -1
  436. #define SDPOWER -1
  437. #define SDSS -1
  438. #define LED_PIN -1
  439. #define FAN_PIN 5
  440. #define PS_ON_PIN -1
  441. #define KILL_PIN -1
  442. #define HEATER_0_PIN 6
  443. #define HEATER_1_PIN -1
  444. #define HEATER_2_PIN -1
  445. #define TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  446. #define TEMP_1_PIN -1
  447. #define TEMP_2_PIN -1
  448. #define HEATER_BED_PIN -1
  449. #define TEMP_BED_PIN -1
  450. #endif
  451. /****************************************************************************************
  452. * Gen6 pin assignment
  453. *
  454. ****************************************************************************************/
  455. #if MOTHERBOARD == 5 || MOTHERBOARD == 51
  456. #define KNOWN_BOARD 1
  457. #ifndef __AVR_ATmega644P__
  458. #ifndef __AVR_ATmega1284P__
  459. #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
  460. #endif
  461. #endif
  462. //x axis pins
  463. #define X_STEP_PIN 15
  464. #define X_DIR_PIN 18
  465. #define X_ENABLE_PIN 19
  466. #define X_STOP_PIN 20
  467. //y axis pins
  468. #define Y_STEP_PIN 23
  469. #define Y_DIR_PIN 22
  470. #define Y_ENABLE_PIN 24
  471. #define Y_STOP_PIN 25
  472. //z axis pins
  473. #define Z_STEP_PIN 27
  474. #define Z_DIR_PIN 28
  475. #define Z_ENABLE_PIN 29
  476. #define Z_STOP_PIN 30
  477. //extruder pins
  478. #define E0_STEP_PIN 4 //Edited @ EJE Electronics 20100715
  479. #define E0_DIR_PIN 2 //Edited @ EJE Electronics 20100715
  480. #define E0_ENABLE_PIN 3 //Added @ EJE Electronics 20100715
  481. #define TEMP_0_PIN 5 //changed @ rkoeppl 20110410
  482. #define TEMP_1_PIN -1 //changed @ rkoeppl 20110410
  483. #define TEMP_2_PIN -1 //changed @ rkoeppl 20110410
  484. #define HEATER_0_PIN 14 //changed @ rkoeppl 20110410
  485. #define HEATER_1_PIN -1
  486. #define HEATER_2_PIN -1
  487. #if MOTHERBOARD == 5
  488. #define HEATER_BED_PIN -1 //changed @ rkoeppl 20110410
  489. #define TEMP_BED_PIN -1 //changed @ rkoeppl 20110410
  490. #else
  491. #define HEATER_BED_PIN 1 //changed @ rkoeppl 20110410
  492. #define TEMP_BED_PIN 0 //changed @ rkoeppl 20110410
  493. #endif
  494. #define SDPOWER -1
  495. #define SDSS 17
  496. #define LED_PIN -1 //changed @ rkoeppl 20110410
  497. #define FAN_PIN -1 //changed @ rkoeppl 20110410
  498. #define PS_ON_PIN -1 //changed @ rkoeppl 20110410
  499. #define KILL_PIN -1 //changed @ drakelive 20120830
  500. //our pin for debugging.
  501. #define DEBUG_PIN 0
  502. //our RS485 pins
  503. #define TX_ENABLE_PIN 12
  504. #define RX_ENABLE_PIN 13
  505. #endif
  506. /****************************************************************************************
  507. * Sanguinololu pin assignment
  508. *
  509. ****************************************************************************************/
  510. #if MOTHERBOARD == 64
  511. #define STB
  512. #endif
  513. #if MOTHERBOARD == 63
  514. #define MELZI
  515. #endif
  516. #if MOTHERBOARD == 62 || MOTHERBOARD == 63 || MOTHERBOARD == 64
  517. #undef MOTHERBOARD
  518. #define MOTHERBOARD 6
  519. #define SANGUINOLOLU_V_1_2
  520. #endif
  521. #if MOTHERBOARD == 6
  522. #define KNOWN_BOARD 1
  523. #ifndef __AVR_ATmega644P__
  524. #ifndef __AVR_ATmega1284P__
  525. #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
  526. #endif
  527. #endif
  528. #define X_STEP_PIN 15
  529. #define X_DIR_PIN 21
  530. #define X_STOP_PIN 18
  531. #define Y_STEP_PIN 22
  532. #define Y_DIR_PIN 23
  533. #define Y_STOP_PIN 19
  534. #define Z_STEP_PIN 3
  535. #define Z_DIR_PIN 2
  536. #define Z_STOP_PIN 20
  537. #define E0_STEP_PIN 1
  538. #define E0_DIR_PIN 0
  539. #define LED_PIN -1
  540. #define FAN_PIN -1
  541. #if FAN_PIN == 12 || FAN_PIN ==13
  542. #define FAN_SOFT_PWM
  543. #endif
  544. #ifdef MELZI
  545. #define LED_PIN 27 /* On some broken versions of the Sanguino libraries the pin definitions are wrong, which then needs LED_PIN as pin 28. But you better upgrade your Sanguino libraries! See #368. */
  546. #define FAN_PIN 4
  547. #endif
  548. #ifdef STB
  549. #define FAN_PIN 4
  550. #endif
  551. #define PS_ON_PIN -1
  552. #define KILL_PIN -1
  553. #define HEATER_0_PIN 13 // (extruder)
  554. #define HEATER_1_PIN -1
  555. #define HEATER_2_PIN -1
  556. #ifdef SANGUINOLOLU_V_1_2
  557. #define HEATER_BED_PIN 12 // (bed)
  558. #define X_ENABLE_PIN 14
  559. #define Y_ENABLE_PIN 14
  560. #define Z_ENABLE_PIN 26
  561. #define E0_ENABLE_PIN 14
  562. #else
  563. #define HEATER_BED_PIN 14 // (bed)
  564. #define X_ENABLE_PIN -1
  565. #define Y_ENABLE_PIN -1
  566. #define Z_ENABLE_PIN -1
  567. #define E0_ENABLE_PIN -1
  568. #endif
  569. #define TEMP_0_PIN 7 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
  570. #define TEMP_1_PIN -1
  571. #define TEMP_2_PIN -1
  572. #define TEMP_BED_PIN 6 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
  573. #define SDPOWER -1
  574. #define SDSS 31
  575. /* On some broken versions of the Sanguino libraries the pin definitions are wrong, which then needs SDSS as pin 24. But you better upgrade your Sanguino libraries! See #368. */
  576. //#define SDSS 24
  577. #ifdef ULTRA_LCD
  578. #ifdef NEWPANEL
  579. //we have no buzzer installed
  580. #define BEEPER -1
  581. //LCD Pins
  582. #ifdef DOGLCD
  583. // Pins for DOGM SPI LCD Support
  584. #define DOGLCD_A0 30
  585. #define DOGLCD_CS 29
  586. // GLCD features
  587. #define LCD_CONTRAST 1
  588. // Uncomment screen orientation
  589. // #define LCD_SCREEN_ROT_0
  590. // #define LCD_SCREEN_ROT_90
  591. #define LCD_SCREEN_ROT_180
  592. // #define LCD_SCREEN_ROT_270
  593. #else // standard Hitachi LCD controller
  594. #define LCD_PINS_RS 4
  595. #define LCD_PINS_ENABLE 17
  596. #define LCD_PINS_D4 30
  597. #define LCD_PINS_D5 29
  598. #define LCD_PINS_D6 28
  599. #define LCD_PINS_D7 27
  600. #endif
  601. //The encoder and click button
  602. #define BTN_EN1 11
  603. #define BTN_EN2 10
  604. #ifdef LCD_I2C_PANELOLU2
  605. #ifdef MELZI
  606. #define BTN_ENC 29 //the click switch
  607. #define SDSS 30 //to use the SD card reader on the Panelolu2 rather than the melzi board
  608. #else
  609. #define BTN_ENC 30 //the click switch
  610. #endif
  611. #else
  612. #define BTN_ENC 16 //the click switch
  613. #endif //Panelolu2
  614. //not connected to a pin
  615. #define SDCARDDETECT -1
  616. #endif //Newpanel
  617. #endif //Ultipanel
  618. #endif
  619. #if MOTHERBOARD == 7
  620. #define KNOWN_BOARD
  621. /*****************************************************************
  622. * Ultimaker pin assignment
  623. ******************************************************************/
  624. #ifndef __AVR_ATmega1280__
  625. #ifndef __AVR_ATmega2560__
  626. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  627. #endif
  628. #endif
  629. #define LARGE_FLASH true
  630. #define X_STEP_PIN 25
  631. #define X_DIR_PIN 23
  632. #define X_MIN_PIN 22
  633. #define X_MAX_PIN 24
  634. #define X_ENABLE_PIN 27
  635. #define Y_STEP_PIN 31
  636. #define Y_DIR_PIN 33
  637. #define Y_MIN_PIN 26
  638. #define Y_MAX_PIN 28
  639. #define Y_ENABLE_PIN 29
  640. #define Z_STEP_PIN 37
  641. #define Z_DIR_PIN 39
  642. #define Z_MIN_PIN 30
  643. #define Z_MAX_PIN 32
  644. #define Z_ENABLE_PIN 35
  645. #define HEATER_BED_PIN 4
  646. #define TEMP_BED_PIN 10
  647. #define HEATER_0_PIN 2
  648. #define TEMP_0_PIN 8
  649. #define HEATER_1_PIN 3
  650. #define TEMP_1_PIN 9
  651. #define HEATER_2_PIN -1
  652. #define TEMP_2_PIN -1
  653. #define E0_STEP_PIN 43
  654. #define E0_DIR_PIN 45
  655. #define E0_ENABLE_PIN 41
  656. #define E1_STEP_PIN 49
  657. #define E1_DIR_PIN 47
  658. #define E1_ENABLE_PIN 48
  659. #define SDPOWER -1
  660. #define SDSS 53
  661. #define LED_PIN 13
  662. #define FAN_PIN 7
  663. #define PS_ON_PIN 12
  664. #define KILL_PIN -1
  665. #define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing.
  666. #ifdef ULTRA_LCD
  667. #ifdef NEWPANEL
  668. //arduino pin witch triggers an piezzo beeper
  669. #define BEEPER 18
  670. #define LCD_PINS_RS 20
  671. #define LCD_PINS_ENABLE 17
  672. #define LCD_PINS_D4 16
  673. #define LCD_PINS_D5 21
  674. #define LCD_PINS_D6 5
  675. #define LCD_PINS_D7 6
  676. //buttons are directly attached
  677. #define BTN_EN1 40
  678. #define BTN_EN2 42
  679. #define BTN_ENC 19 //the click
  680. #define SDCARDDETECT 38
  681. #else //old style panel with shift register
  682. //arduino pin witch triggers an piezzo beeper
  683. #define BEEPER 18
  684. //buttons are attached to a shift register
  685. #define SHIFT_CLK 38
  686. #define SHIFT_LD 42
  687. #define SHIFT_OUT 40
  688. #define SHIFT_EN 17
  689. #define LCD_PINS_RS 16
  690. #define LCD_PINS_ENABLE 5
  691. #define LCD_PINS_D4 6
  692. #define LCD_PINS_D5 21
  693. #define LCD_PINS_D6 20
  694. #define LCD_PINS_D7 19
  695. #define SDCARDDETECT -1
  696. #endif
  697. #endif //ULTRA_LCD
  698. #endif
  699. #if MOTHERBOARD == 71
  700. #define KNOWN_BOARD
  701. /*****************************************************************
  702. * Ultimaker pin assignment (Old electronics)
  703. ******************************************************************/
  704. #ifndef __AVR_ATmega1280__
  705. #ifndef __AVR_ATmega2560__
  706. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  707. #endif
  708. #endif
  709. #define LARGE_FLASH true
  710. #define X_STEP_PIN 25
  711. #define X_DIR_PIN 23
  712. #define X_MIN_PIN 15
  713. #define X_MAX_PIN 14
  714. #define X_ENABLE_PIN 27
  715. #define Y_STEP_PIN 31
  716. #define Y_DIR_PIN 33
  717. #define Y_MIN_PIN 17
  718. #define Y_MAX_PIN 16
  719. #define Y_ENABLE_PIN 29
  720. #define Z_STEP_PIN 37
  721. #define Z_DIR_PIN 39
  722. #define Z_MIN_PIN 19
  723. #define Z_MAX_PIN 18
  724. #define Z_ENABLE_PIN 35
  725. #define HEATER_BED_PIN -1
  726. #define TEMP_BED_PIN -1
  727. #define HEATER_0_PIN 2
  728. #define TEMP_0_PIN 8
  729. #define HEATER_1_PIN 1
  730. #define TEMP_1_PIN 1
  731. #define HEATER_2_PIN -1
  732. #define TEMP_2_PIN -1
  733. #define E0_STEP_PIN 43
  734. #define E0_DIR_PIN 45
  735. #define E0_ENABLE_PIN 41
  736. #define E1_STEP_PIN -1
  737. #define E1_DIR_PIN -1
  738. #define E1_ENABLE_PIN -1
  739. #define SDPOWER -1
  740. #define SDSS -1
  741. #define LED_PIN -1
  742. #define FAN_PIN -1
  743. #define PS_ON_PIN -1
  744. #define KILL_PIN -1
  745. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
  746. #define LCD_PINS_RS 24
  747. #define LCD_PINS_ENABLE 22
  748. #define LCD_PINS_D4 36
  749. #define LCD_PINS_D5 34
  750. #define LCD_PINS_D6 32
  751. #define LCD_PINS_D7 30
  752. #endif
  753. /****************************************************************************************
  754. * RUMBA pin assignment
  755. *
  756. ****************************************************************************************/
  757. #if MOTHERBOARD == 80
  758. #define KNOWN_BOARD 1
  759. #ifndef __AVR_ATmega2560__
  760. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  761. #endif
  762. #define X_STEP_PIN 17
  763. #define X_DIR_PIN 16
  764. #define X_ENABLE_PIN 48
  765. #define X_MIN_PIN 37
  766. #define X_MAX_PIN 36
  767. #define Y_STEP_PIN 54
  768. #define Y_DIR_PIN 47
  769. #define Y_ENABLE_PIN 55
  770. #define Y_MIN_PIN 35
  771. #define Y_MAX_PIN 34
  772. #define Z_STEP_PIN 57
  773. #define Z_DIR_PIN 56
  774. #define Z_ENABLE_PIN 62
  775. #define Z_MIN_PIN 33
  776. #define Z_MAX_PIN 32
  777. #define E0_STEP_PIN 23
  778. #define E0_DIR_PIN 22
  779. #define E0_ENABLE_PIN 24
  780. #define E1_STEP_PIN 26
  781. #define E1_DIR_PIN 25
  782. #define E1_ENABLE_PIN 27
  783. #define E2_STEP_PIN 29
  784. #define E2_DIR_PIN 28
  785. #define E2_ENABLE_PIN 39
  786. #define LED_PIN 13
  787. #define FAN_PIN 7
  788. //additional FAN1 PIN (e.g. useful for electronics fan or light on/off) on PIN 8
  789. #define PS_ON_PIN 45
  790. #define KILL_PIN 46
  791. #if (TEMP_SENSOR_0==0)
  792. #define TEMP_0_PIN -1
  793. #define HEATER_0_PIN -1
  794. #else
  795. #define HEATER_0_PIN 2 // EXTRUDER 1
  796. #if (TEMP_SENSOR_0==-1)
  797. #define TEMP_0_PIN 6 // ANALOG NUMBERING - connector *K1* on RUMBA thermocouple ADD ON is used
  798. #else
  799. #define TEMP_0_PIN 15 // ANALOG NUMBERING - default connector for thermistor *T0* on rumba board is used
  800. #endif
  801. #endif
  802. #if (TEMP_SENSOR_1==0)
  803. #define TEMP_1_PIN -1
  804. #define HEATER_1_PIN -1
  805. #else
  806. #define HEATER_1_PIN 3 // EXTRUDER 2
  807. #if (TEMP_SENSOR_1==-1)
  808. #define TEMP_1_PIN 5 // ANALOG NUMBERING - connector *K2* on RUMBA thermocouple ADD ON is used
  809. #else
  810. #define TEMP_1_PIN 14 // ANALOG NUMBERING - default connector for thermistor *T1* on rumba board is used
  811. #endif
  812. #endif
  813. #if (TEMP_SENSOR_2==0)
  814. #define TEMP_2_PIN -1
  815. #define HEATER_2_PIN -1
  816. #else
  817. #define HEATER_2_PIN 6 // EXTRUDER 3
  818. #if (TEMP_SENSOR_2==-1)
  819. #define TEMP_2_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_BED is defined as thermocouple
  820. #else
  821. #define TEMP_2_PIN 13 // ANALOG NUMBERING - default connector for thermistor *T2* on rumba board is used
  822. #endif
  823. #endif
  824. //optional for extruder 4 or chamber: #define TEMP_X_PIN 12 // ANALOG NUMBERING - default connector for thermistor *T3* on rumba board is used
  825. //optional FAN1 can be used as 4th heater output: #define HEATER_3_PIN 8 // EXTRUDER 4
  826. #if (TEMP_SENSOR_BED==0)
  827. #define TEMP_BED_PIN -1
  828. #define HEATER_BED_PIN -1
  829. #else
  830. #define HEATER_BED_PIN 9 // BED
  831. #if (TEMP_SENSOR_BED==-1)
  832. #define TEMP_BED_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_2 is defined as thermocouple
  833. #else
  834. #define TEMP_BED_PIN 11 // ANALOG NUMBERING - default connector for thermistor *THB* on rumba board is used
  835. #endif
  836. #endif
  837. #define SDPOWER -1
  838. #define SDSS 53
  839. #define SDCARDDETECT 49
  840. #define BEEPER 44
  841. #define LCD_PINS_RS 19
  842. #define LCD_PINS_ENABLE 42
  843. #define LCD_PINS_D4 18
  844. #define LCD_PINS_D5 38
  845. #define LCD_PINS_D6 41
  846. #define LCD_PINS_D7 40
  847. #define BTN_EN1 11
  848. #define BTN_EN2 12
  849. #define BTN_ENC 43
  850. #endif //MOTHERBOARD==80
  851. /****************************************************************************************
  852. * Teensylu 0.7 / Printrboard pin assignments (AT90USB1286)
  853. * Requires the Teensyduino software with Teensy++ 2.0 selected in Arduino IDE!
  854. http://www.pjrc.com/teensy/teensyduino.html
  855. * See http://reprap.org/wiki/Printrboard for more info
  856. ****************************************************************************************/
  857. #if MOTHERBOARD == 8 || MOTHERBOARD == 81
  858. #define KNOWN_BOARD 1
  859. #define AT90USB 1286 // Disable MarlinSerial etc.
  860. #ifndef __AVR_AT90USB1286__
  861. #error Oops! Make sure you have 'Teensy++ 2.0' selected from the 'Tools -> Boards' menu.
  862. #endif
  863. #define LARGE_FLASH true
  864. #define X_STEP_PIN 0
  865. #define X_DIR_PIN 1
  866. #define X_ENABLE_PIN 39
  867. #define Y_STEP_PIN 2
  868. #define Y_DIR_PIN 3
  869. #define Y_ENABLE_PIN 38
  870. #define Z_STEP_PIN 4
  871. #define Z_DIR_PIN 5
  872. #define Z_ENABLE_PIN 23
  873. #define E0_STEP_PIN 6
  874. #define E0_DIR_PIN 7
  875. #define E0_ENABLE_PIN 19
  876. #define HEATER_0_PIN 21 // Extruder
  877. #define HEATER_1_PIN -1
  878. #define HEATER_2_PIN -1
  879. #define HEATER_BED_PIN 20 // Bed
  880. #define FAN_PIN 22 // Fan
  881. // You may need to change FAN_PIN to 16 because Marlin isn't using fastio.h
  882. // for the fan and Teensyduino uses a different pin mapping.
  883. #if MOTHERBOARD == 8 // Teensylu
  884. #define X_STOP_PIN 13
  885. #define Y_STOP_PIN 14
  886. #define Z_STOP_PIN 15
  887. #define TEMP_0_PIN 7 // Extruder / Analog pin numbering
  888. #define TEMP_BED_PIN 6 // Bed / Analog pin numbering
  889. #else // Printrboard
  890. #define X_STOP_PIN 35
  891. #define Y_STOP_PIN 8
  892. #define Z_STOP_PIN 36
  893. #define TEMP_0_PIN 1 // Extruder / Analog pin numbering
  894. #define TEMP_BED_PIN 0 // Bed / Analog pin numbering
  895. #endif
  896. #define TEMP_1_PIN -1
  897. #define TEMP_2_PIN -1
  898. #define SDPOWER -1
  899. #define SDSS 8
  900. #define LED_PIN -1
  901. #define PS_ON_PIN -1
  902. #define KILL_PIN -1
  903. #define ALARM_PIN -1
  904. #ifndef SDSUPPORT
  905. // these pins are defined in the SD library if building with SD support
  906. #define SCK_PIN 9
  907. #define MISO_PIN 11
  908. #define MOSI_PIN 10
  909. #endif
  910. #endif // MOTHERBOARD == 8 (Teensylu) or 81 (Printrboard)
  911. /****************************************************************************************
  912. * Brainwave 1.0 pin assignments (AT90USB646)
  913. * Requires hardware bundle for Arduino:
  914. https://github.com/unrepentantgeek/brainwave-arduino
  915. ****************************************************************************************/
  916. #if MOTHERBOARD == 82
  917. #define KNOWN_BOARD 1
  918. #define AT90USB 646 // Disable MarlinSerial etc.
  919. #ifndef __AVR_AT90USB646__
  920. #error Oops! Make sure you have 'Brainwave' selected from the 'Tools -> Boards' menu.
  921. #endif
  922. #define X_STEP_PIN 27
  923. #define X_DIR_PIN 29
  924. #define X_ENABLE_PIN 28
  925. #define X_STOP_PIN 7
  926. #define X_ATT_PIN 26
  927. #define Y_STEP_PIN 31
  928. #define Y_DIR_PIN 33
  929. #define Y_ENABLE_PIN 32
  930. #define Y_STOP_PIN 6
  931. #define Y_ATT_PIN 30
  932. #define Z_STEP_PIN 17
  933. #define Z_DIR_PIN 19
  934. #define Z_ENABLE_PIN 18
  935. #define Z_STOP_PIN 5
  936. #define Z_ATT_PIN 16
  937. #define E0_STEP_PIN 21
  938. #define E0_DIR_PIN 23
  939. #define E0_ENABLE_PIN 22
  940. #define E0_ATT_PIN 20
  941. #define HEATER_0_PIN 4 // Extruder
  942. #define HEATER_1_PIN -1
  943. #define HEATER_2_PIN -1
  944. #define HEATER_BED_PIN 38 // Bed
  945. #define FAN_PIN 3 // Fan
  946. #define TEMP_0_PIN 7 // Extruder / Analog pin numbering
  947. #define TEMP_1_PIN -1
  948. #define TEMP_2_PIN -1
  949. #define TEMP_BED_PIN 6 // Bed / Analog pin numbering
  950. #define SDPOWER -1
  951. #define SDSS -1
  952. #define LED_PIN 39
  953. #define PS_ON_PIN -1
  954. #define KILL_PIN -1
  955. #define ALARM_PIN -1
  956. #ifndef SDSUPPORT
  957. // these pins are defined in the SD library if building with SD support
  958. #define SCK_PIN 9
  959. #define MISO_PIN 11
  960. #define MOSI_PIN 10
  961. #endif
  962. #endif // MOTHERBOARD == 82 (Brainwave)
  963. /****************************************************************************************
  964. * Gen3+ pin assignment
  965. *
  966. ****************************************************************************************/
  967. #if MOTHERBOARD == 9
  968. #define MOTHERBOARD 6 /*TODO: Figure out, Why is this done?*/
  969. #define KNOWN_BOARD 1
  970. #ifndef __AVR_ATmega644P__
  971. #ifndef __AVR_ATmega1284P__
  972. #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
  973. #endif
  974. #endif
  975. #define X_STEP_PIN 15
  976. #define X_DIR_PIN 18
  977. #define X_STOP_PIN 20
  978. #define Y_STEP_PIN 23
  979. #define Y_DIR_PIN 22
  980. #define Y_STOP_PIN 25
  981. #define Z_STEP_PIN 27
  982. #define Z_DIR_PIN 28
  983. #define Z_STOP_PIN 30
  984. #define E_STEP_PIN 17
  985. #define E_DIR_PIN 21
  986. #define LED_PIN -1
  987. #define FAN_PIN -1
  988. #define PS_ON_PIN 14
  989. #define KILL_PIN -1
  990. #define HEATER_0_PIN 12 // (extruder)
  991. #define HEATER_1_PIN 16 // (bed)
  992. #define X_ENABLE_PIN 19
  993. #define Y_ENABLE_PIN 24
  994. #define Z_ENABLE_PIN 29
  995. #define E_ENABLE_PIN 13
  996. #define TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
  997. #define TEMP_1_PIN 5 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
  998. #define TEMP_2_PIN -1
  999. #define SDPOWER -1
  1000. #define SDSS 4
  1001. #define HEATER_2_PIN -1
  1002. #endif
  1003. /****************************************************************************************
  1004. * Open Motion controller with enable based extruders
  1005. *
  1006. * ATMega644
  1007. *
  1008. * +---\/---+
  1009. * (D 0) PB0 1| |40 PA0 (AI 0 / D31)
  1010. * (D 1) PB1 2| |39 PA1 (AI 1 / D30)
  1011. * INT2 (D 2) PB2 3| |38 PA2 (AI 2 / D29)
  1012. * PWM (D 3) PB3 4| |37 PA3 (AI 3 / D28)
  1013. * PWM (D 4) PB4 5| |36 PA4 (AI 4 / D27)
  1014. * MOSI (D 5) PB5 6| |35 PA5 (AI 5 / D26)
  1015. * MISO (D 6) PB6 7| |34 PA6 (AI 6 / D25)
  1016. * SCK (D 7) PB7 8| |33 PA7 (AI 7 / D24)
  1017. * RST 9| |32 AREF
  1018. * VCC 10| |31 GND
  1019. * GND 11| |30 AVCC
  1020. * XTAL2 12| |29 PC7 (D 23)
  1021. * XTAL1 13| |28 PC6 (D 22)
  1022. * RX0 (D 8) PD0 14| |27 PC5 (D 21) TDI
  1023. * TX0 (D 9) PD1 15| |26 PC4 (D 20) TDO
  1024. * INT0 RX1 (D 10) PD2 16| |25 PC3 (D 19) TMS
  1025. * INT1 TX1 (D 11) PD3 17| |24 PC2 (D 18) TCK
  1026. * PWM (D 12) PD4 18| |23 PC1 (D 17) SDA
  1027. * PWM (D 13) PD5 19| |22 PC0 (D 16) SCL
  1028. * PWM (D 14) PD6 20| |21 PD7 (D 15) PWM
  1029. * +--------+
  1030. *
  1031. ****************************************************************************************/
  1032. #if MOTHERBOARD == 90 //Alpha OMCA board
  1033. #define KNOWN_BOARD 1
  1034. #ifndef __AVR_ATmega644__
  1035. #error Oops! Make sure you have 'SanguinoA' selected from the 'Tools -> Boards' menu.
  1036. #endif
  1037. #define X_STEP_PIN 21
  1038. #define X_DIR_PIN 20
  1039. #define X_ENABLE_PIN 24
  1040. #define X_STOP_PIN 0
  1041. #define Y_STEP_PIN 23
  1042. #define Y_DIR_PIN 22
  1043. #define Y_ENABLE_PIN 24
  1044. #define Y_STOP_PIN 1
  1045. #define Z_STEP_PIN 26
  1046. #define Z_DIR_PIN 25
  1047. #define Z_ENABLE_PIN 24
  1048. #define Z_STOP_PIN 2
  1049. #define E0_STEP_PIN 28
  1050. #define E0_DIR_PIN 27
  1051. #define E0_ENABLE_PIN 24
  1052. #define E1_STEP_PIN -1 // 19
  1053. #define E1_DIR_PIN -1 // 18
  1054. #define E1_ENABLE_PIN 24
  1055. #define E2_STEP_PIN -1 // 17
  1056. #define E2_DIR_PIN -1 // 16
  1057. #define E2_ENABLE_PIN 24
  1058. #define SDPOWER -1
  1059. #define SDSS 11
  1060. #define SDCARDDETECT -1 // 10 optional also used as mode pin
  1061. #define LED_PIN -1
  1062. #define FAN_PIN 3
  1063. #define PS_ON_PIN -1
  1064. #define KILL_PIN -1
  1065. #define HEATER_0_PIN 4
  1066. #define HEATER_1_PIN -1 // 12
  1067. #define HEATER_2_PIN -1 // 13
  1068. #define TEMP_0_PIN 0 //D27 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
  1069. #define TEMP_1_PIN -1 // 1
  1070. #define TEMP_2_PIN -1 // 2
  1071. #define HEATER_BED_PIN -1 // 14/15
  1072. #define TEMP_BED_PIN -1 // 1,2 or I2C
  1073. /* Unused (1) (2) (3) 4 5 6 7 8 9 10 11 12 13 (14) (15) (16) 17 (18) (19) (20) (21) (22) (23) 24 (25) (26) (27) 28 (29) (30) (31) */
  1074. #endif
  1075. #if MOTHERBOARD == 91 // Final OMCA board -- REF http://sanguino.cc/hardware
  1076. #define KNOWN_BOARD 1
  1077. #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__)
  1078. #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. (Final OMCA board)
  1079. #endif
  1080. #define X_STEP_PIN 26
  1081. #define X_DIR_PIN 25
  1082. #define X_ENABLE_PIN 10
  1083. #define X_STOP_PIN 0
  1084. #define Y_STEP_PIN 28
  1085. #define Y_DIR_PIN 27
  1086. #define Y_ENABLE_PIN 10
  1087. #define Y_STOP_PIN 1
  1088. #define Z_STEP_PIN 23
  1089. #define Z_DIR_PIN 22
  1090. #define Z_ENABLE_PIN 10
  1091. #define Z_STOP_PIN 2
  1092. #define E0_STEP_PIN 24
  1093. #define E0_DIR_PIN 21
  1094. #define E0_ENABLE_PIN 10
  1095. /* future proofing */
  1096. #define __FS 20
  1097. #define __FD 19
  1098. #define __GS 18
  1099. #define __GD 13
  1100. #define UNUSED_PWM 14 /* PWM on LEFT connector */
  1101. #define E1_STEP_PIN -1 // 21
  1102. #define E1_DIR_PIN -1 // 20
  1103. #define E1_ENABLE_PIN -1 // 19
  1104. #define E2_STEP_PIN -1 // 21
  1105. #define E2_DIR_PIN -1 // 20
  1106. #define E2_ENABLE_PIN -1 // 18
  1107. #define SDPOWER -1
  1108. #define SDSS 11
  1109. #define SDCARDDETECT -1 // 10 optional also used as mode pin
  1110. #define LED_PIN -1
  1111. #define FAN_PIN 14 /* PWM on MIDDLE connector */
  1112. #define PS_ON_PIN -1
  1113. #define KILL_PIN -1
  1114. #define HEATER_0_PIN 3 /*DONE PWM on RIGHT connector */
  1115. #define HEATER_1_PIN -1
  1116. #define HEATER_2_PIN -1
  1117. #define HEATER_1_PIN -1
  1118. #define HEATER_2_PIN -1
  1119. #define TEMP_0_PIN 0 // ANALOG INPUT NUMBERING
  1120. #define TEMP_1_PIN 1 // ANALOG
  1121. #define TEMP_2_PIN -1 // 2
  1122. #define HEATER_BED_PIN 4
  1123. #define TEMP_BED_PIN 2 // 1,2 or I2C
  1124. #define I2C_SCL 16
  1125. #define I2C_SDA 17
  1126. #endif
  1127. #if MOTHERBOARD == 301
  1128. #define KNOWN_BOARD
  1129. /*****************************************************************
  1130. * Rambo Pin Assignments
  1131. ******************************************************************/
  1132. #ifndef __AVR_ATmega2560__
  1133. #error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
  1134. #endif
  1135. #define LARGE_FLASH true
  1136. #define X_STEP_PIN 37
  1137. #define X_DIR_PIN 48
  1138. #define X_MIN_PIN 12
  1139. #define X_MAX_PIN 24
  1140. #define X_ENABLE_PIN 29
  1141. #define X_MS1_PIN 40
  1142. #define X_MS2_PIN 41
  1143. #define Y_STEP_PIN 36
  1144. #define Y_DIR_PIN 49
  1145. #define Y_MIN_PIN 11
  1146. #define Y_MAX_PIN 23
  1147. #define Y_ENABLE_PIN 28
  1148. #define Y_MS1_PIN 69
  1149. #define Y_MS2_PIN 39
  1150. #define Z_STEP_PIN 35
  1151. #define Z_DIR_PIN 47
  1152. #define Z_MIN_PIN 10
  1153. #define Z_MAX_PIN 30
  1154. #define Z_ENABLE_PIN 27
  1155. #define Z_MS1_PIN 68
  1156. #define Z_MS2_PIN 67
  1157. #define HEATER_BED_PIN 3
  1158. #define TEMP_BED_PIN 2
  1159. #define HEATER_0_PIN 9
  1160. #define TEMP_0_PIN 0
  1161. #define HEATER_1_PIN 7
  1162. #define TEMP_1_PIN 1
  1163. #ifdef BARICUDA
  1164. #define HEATER_2_PIN 6
  1165. #else
  1166. #define HEATER_2_PIN -1
  1167. #endif
  1168. #define TEMP_2_PIN -1
  1169. #define E0_STEP_PIN 34
  1170. #define E0_DIR_PIN 43
  1171. #define E0_ENABLE_PIN 26
  1172. #define E0_MS1_PIN 65
  1173. #define E0_MS2_PIN 66
  1174. #define E1_STEP_PIN 33
  1175. #define E1_DIR_PIN 42
  1176. #define E1_ENABLE_PIN 25
  1177. #define E1_MS1_PIN 63
  1178. #define E1_MS2_PIN 64
  1179. #define DIGIPOTSS_PIN 38
  1180. #define DIGIPOT_CHANNELS {4,5,3,0,1} // X Y Z E0 E1 digipot channels to stepper driver mapping
  1181. #define SDPOWER -1
  1182. #define SDSS 53
  1183. #define LED_PIN 13
  1184. #define FAN_PIN 8
  1185. #define PS_ON_PIN 4
  1186. #define KILL_PIN -1
  1187. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
  1188. #endif
  1189. /****************************************************************************************
  1190. * MegaTronics
  1191. *
  1192. ****************************************************************************************/
  1193. #if MOTHERBOARD == 70
  1194. #define KNOWN_BOARD 1
  1195. //////////////////FIX THIS//////////////
  1196. #ifndef __AVR_ATmega2560__
  1197. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  1198. #endif
  1199. #define LARGE_FLASH true
  1200. #define X_STEP_PIN 26
  1201. #define X_DIR_PIN 28
  1202. #define X_ENABLE_PIN 24
  1203. #define X_MIN_PIN 41
  1204. #define X_MAX_PIN 37
  1205. #define Y_STEP_PIN 60 // A6
  1206. #define Y_DIR_PIN 61 // A7
  1207. #define Y_ENABLE_PIN 22
  1208. #define Y_MIN_PIN 14
  1209. #define Y_MAX_PIN 15
  1210. #define Z_STEP_PIN 54 // A0
  1211. #define Z_DIR_PIN 55 // A1
  1212. #define Z_ENABLE_PIN 56 // A2
  1213. #define Z_MIN_PIN 18
  1214. #define Z_MAX_PIN 19
  1215. #define E0_STEP_PIN 31
  1216. #define E0_DIR_PIN 32
  1217. #define E0_ENABLE_PIN 38
  1218. #define E1_STEP_PIN 34
  1219. #define E1_DIR_PIN 36
  1220. #define E1_ENABLE_PIN 30
  1221. #define SDPOWER -1
  1222. #define SDSS 53
  1223. #define LED_PIN 13
  1224. #define FAN_PIN 7 // IO pin. Buffer needed
  1225. #define PS_ON_PIN 12
  1226. #define KILL_PIN -1
  1227. #define HEATER_0_PIN 9 // EXTRUDER 1
  1228. #define HEATER_1_PIN 8 // EXTRUDER 2 (FAN On Sprinter)
  1229. #define HEATER_2_PIN -1
  1230. #if TEMP_SENSOR_0 == -1
  1231. #define TEMP_0_PIN 8 // ANALOG NUMBERING
  1232. #else
  1233. #define TEMP_0_PIN 13 // ANALOG NUMBERING
  1234. #endif
  1235. #define TEMP_1_PIN 15 // ANALOG NUMBERING
  1236. #define TEMP_2_PIN -1 // ANALOG NUMBERING
  1237. #define HEATER_BED_PIN 10 // BED
  1238. #define TEMP_BED_PIN 14 // ANALOG NUMBERING
  1239. #define BEEPER 33 // Beeper on AUX-4
  1240. #ifdef ULTRA_LCD
  1241. #ifdef NEWPANEL
  1242. //arduino pin which triggers an piezzo beeper
  1243. #define LCD_PINS_RS 16
  1244. #define LCD_PINS_ENABLE 17
  1245. #define LCD_PINS_D4 23
  1246. #define LCD_PINS_D5 25
  1247. #define LCD_PINS_D6 27
  1248. #define LCD_PINS_D7 29
  1249. //buttons are directly attached using AUX-2
  1250. #define BTN_EN1 59
  1251. #define BTN_EN2 64
  1252. #define BTN_ENC 43 //the click
  1253. #define SDCARDDETECT -1 // Ramps does not use this port
  1254. #endif
  1255. #endif //ULTRA_LCD
  1256. #endif
  1257. #ifndef KNOWN_BOARD
  1258. #error Unknown MOTHERBOARD value in configuration.h
  1259. #endif
  1260. //List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!
  1261. #define _E0_PINS E0_STEP_PIN, E0_DIR_PIN, E0_ENABLE_PIN, HEATER_0_PIN,
  1262. #if EXTRUDERS > 1
  1263. #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN, HEATER_1_PIN,
  1264. #else
  1265. #define _E1_PINS
  1266. #endif
  1267. #if EXTRUDERS > 2
  1268. #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN,
  1269. #else
  1270. #define _E2_PINS
  1271. #endif
  1272. #ifdef X_STOP_PIN
  1273. #if X_HOME_DIR < 0
  1274. #define X_MIN_PIN X_STOP_PIN
  1275. #define X_MAX_PIN -1
  1276. #else
  1277. #define X_MIN_PIN -1
  1278. #define X_MAX_PIN X_STOP_PIN
  1279. #endif
  1280. #endif
  1281. #ifdef Y_STOP_PIN
  1282. #if Y_HOME_DIR < 0
  1283. #define Y_MIN_PIN Y_STOP_PIN
  1284. #define Y_MAX_PIN -1
  1285. #else
  1286. #define Y_MIN_PIN -1
  1287. #define Y_MAX_PIN Y_STOP_PIN
  1288. #endif
  1289. #endif
  1290. #ifdef Z_STOP_PIN
  1291. #if Z_HOME_DIR < 0
  1292. #define Z_MIN_PIN Z_STOP_PIN
  1293. #define Z_MAX_PIN -1
  1294. #else
  1295. #define Z_MIN_PIN -1
  1296. #define Z_MAX_PIN Z_STOP_PIN
  1297. #endif
  1298. #endif
  1299. #ifdef DISABLE_MAX_ENDSTOPS
  1300. #define X_MAX_PIN -1
  1301. #define Y_MAX_PIN -1
  1302. #define Z_MAX_PIN -1
  1303. #endif
  1304. #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, \
  1305. HEATER_BED_PIN, FAN_PIN, \
  1306. _E0_PINS _E1_PINS _E2_PINS \
  1307. analogInputToDigitalPin(TEMP_0_PIN), analogInputToDigitalPin(TEMP_1_PIN), analogInputToDigitalPin(TEMP_2_PIN), analogInputToDigitalPin(TEMP_BED_PIN) }
  1308. #endif