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_MKS_SBASE.h 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. * Copyright (C) 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  5. *
  6. * Based on Sprinter and grbl.
  7. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation, either version 3 of the License, or
  12. * (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23. /**
  24. * MKS SBASE pin assignments
  25. */
  26. #ifndef TARGET_LPC1768
  27. #error "Oops! Make sure you have LPC1768 selected."
  28. #endif
  29. #ifndef BOARD_NAME
  30. #define BOARD_NAME "MKS SBASE"
  31. #define DEFAULT_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"
  32. #endif
  33. // unused
  34. /*
  35. #define PIN_P0_27 P0_27
  36. #define PIN_P0_28 P0_28
  37. */
  38. //
  39. // Limit Switches
  40. //
  41. #define X_MIN_PIN P1_24 //10k pullup to 3.3V, 1K series
  42. #define X_MAX_PIN P1_25 //10k pullup to 3.3V, 1K series
  43. #define Y_MIN_PIN P1_26 //10k pullup to 3.3V, 1K series
  44. #define Y_MAX_PIN P1_27 //10k pullup to 3.3V, 1K series
  45. #define Z_MIN_PIN P1_28 //The original Mks Sbase DIO19 has a 10k pullup to 3.3V or 5V, 1K series, so when using a Zprobe we must use DIO41 (J8 P1.22)
  46. #define Z_MAX_PIN P1_29 //10k pullup to 3.3V, 1K series
  47. //
  48. // Steppers
  49. //
  50. #define X_STEP_PIN P2_0
  51. #define X_DIR_PIN P0_5
  52. #define X_ENABLE_PIN P0_4
  53. #define Y_STEP_PIN P2_1
  54. #define Y_DIR_PIN P0_11
  55. #define Y_ENABLE_PIN P0_10
  56. #define Z_STEP_PIN P2_2
  57. #define Z_DIR_PIN P0_20
  58. #define Z_ENABLE_PIN P0_19
  59. #define E0_STEP_PIN P2_3
  60. #define E0_DIR_PIN P0_22
  61. #define E0_ENABLE_PIN P0_21
  62. #define E1_STEP_PIN P2_8
  63. #define E1_DIR_PIN P2_13
  64. #define E1_ENABLE_PIN P4_29
  65. //
  66. // Temperature Sensors
  67. // 3.3V max when defined as an analog input
  68. //
  69. #define TEMP_BED_PIN 0 // A0 (TH1)
  70. #define TEMP_0_PIN 1 // A1 (TH2)
  71. #define TEMP_1_PIN 2 // A2 (TH3)
  72. #define TEMP_2_PIN 3 // A3 (TH4)
  73. //
  74. // Heaters / Fans
  75. //
  76. #define HEATER_BED_PIN P2_5
  77. #define HEATER_0_PIN P2_7
  78. #define HEATER_1_PIN P2_6
  79. #define FAN_PIN P2_4
  80. #define PS_ON_PIN P0_25
  81. //
  82. // Connector J7
  83. //
  84. // 5V
  85. // NC
  86. // GND
  87. #define PIN_P0_17 P0_17
  88. #define PIN_P0_16 P0_16
  89. #define PIN_P0_14 P0_14
  90. //
  91. // Connector J8
  92. //
  93. // GND
  94. #define PIN_P1_22 P1_22
  95. #define PIN_P1_23 P1_23
  96. #define PIN_P2_12 P2_12
  97. #define PIN_P2_11 P2_11
  98. #define PIN_P4_28 P4_28
  99. //
  100. // Prusa i3 MK2 Multi Material Multiplexer Support
  101. //
  102. #if ENABLED(MK2_MULTIPLEXER)
  103. #define E_MUX0_PIN P1_23 // J8-3
  104. #define E_MUX1_PIN P2_12 // J8-4
  105. #define E_MUX2_PIN P2_11 // J8-5
  106. #endif
  107. /**
  108. * Smart LCD adapter
  109. *
  110. * The Smart LCD adapter can be used for the two 10 pin LCD controllers such as
  111. * REPRAP_DISCOUNT_SMART_CONTROLLER. It can't be used for controllers that use
  112. * DOGLCD_A0, DOGLCD_CS, LCD_PINS_D5, LCD_PINS_D6 or LCD_PINS_D7. A custom cable
  113. * is needed to pick up 5V for the EXP1 connection.
  114. *
  115. * SD card on the LCD uses the same SPI signals as the LCD. This results in garbage/lines
  116. * on the LCD display during accesses of the SD card. The menus/code has been arranged so
  117. * that the garbage/lines are erased immediately after the SD card accesses are completed.
  118. */
  119. #if ENABLED(ULTRA_LCD)
  120. #define BEEPER_PIN P1_31 // EXP1.1
  121. #define BTN_ENC P1_30 // EXP1.2
  122. #define BTN_EN1 P3_26 // EXP2.5
  123. #define BTN_EN2 P3_25 // EXP2.3
  124. #define SD_DETECT_PIN P0_27 // EXP2.7
  125. #define LCD_PINS_RS P0_16 // EXP1.4
  126. #define LCD_SDSS P0_28 // EXP2.4
  127. #define LCD_PINS_ENABLE P0_18 // EXP1.3
  128. #define LCD_PINS_D4 P0_15 // EXP1.5
  129. #endif // ULTRA_LCD
  130. //
  131. // Ethernet pins
  132. //
  133. #ifndef ULTIPANEL
  134. #define ENET_MDIO P1_17 // J12-4
  135. #define ENET_RX_ER P1_14 // J12-6
  136. #define ENET_RXD1 P1_10 // J12-8
  137. #endif
  138. #define ENET_MOC P1_16 // J12-3
  139. #define REF_CLK P1_15 // J12-5
  140. #define ENET_RXD0 P1_9 // J12-7
  141. #define ENET_CRS P1_8 // J12-9
  142. #define ENET_TX_EN P1_4 // J12-10
  143. #define ENET_TXD0 P1_0 // J12-11
  144. #define ENET_TXD1 P1_1 // J12-12
  145. /**
  146. * PWMs
  147. *
  148. * There are 6 PWMs. Each PWM can be assigned to one of two pins.
  149. *
  150. * SERVO2 does NOT have a PWM assigned to it.
  151. *
  152. * PWM1.1 P1_18 SERVO3_PIN FIL_RUNOUT_PIN 5V output, PWM
  153. * PWM1.1 P2_0 E0_STEP_PIN
  154. * PWM1.2 P1_20 SERVO0_PIN
  155. * PWM1.2 P2_1 X_STEP_PIN
  156. * PWM1.3 P1_21 SERVO1_PIN J5-1
  157. * PWM1.3 P2_2 Y_STEP_PIN
  158. * PWM1.4 P1_23 SDSS(SSEL0) J3-5 AUX-3
  159. * PWM1.4 P2_3 Z_STEP_PIN
  160. * PWM1.5 P1_24 X_MIN_PIN 10K PULLUP TO 3.3v, 1K SERIES
  161. * PWM1.5 P2_4 RAMPS_D9_PIN
  162. * PWM1.6 P1_26 Y_MIN_PIN 10K PULLUP TO 3.3v, 1K SERIES
  163. * PWM1.6 P2_5 RAMPS_D10_PIN
  164. */
  165. /**
  166. * Special pins
  167. * P1_30 - not 5V tolerant
  168. * P1_31 - not 5V tolerant
  169. * P0_27 - open collector
  170. * P0_28 - open collector
  171. *
  172. */