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_BASE_14.h 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2019 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. #pragma once
  23. /**
  24. * MKS BASE v1.4
  25. */
  26. #if HOTENDS > 2 || E_STEPPERS > 2
  27. #error "MKS BASE 1.4 only supports up to 2 hotends / E-steppers. Comment out this line to continue."
  28. #endif
  29. #define BOARD_NAME "MKS BASE 1.4"
  30. //
  31. // Heaters / Fans
  32. //
  33. #define MOSFET_D_PIN 7 // PH4 ** Pin16 ** PWM7 //E1
  34. #define FAN_PIN 9 // PH6 ** Pin18 ** PWM9
  35. // Other Mods
  36. #define CASE_LIGHT_PIN 11 // PB5 ** Pin24 ** PWM11
  37. #define SERVO3_PIN 12 // PB6 ** Pin25 ** D12
  38. #define PS_ON_PIN 2 // X+ // PE4 ** Pin6 ** PWM2 **MUST BE HARDWARE PWM
  39. #define FILWIDTH_PIN 15 // Y+ // PJ0 ** Pin63 ** USART3_RX **Pin should have a pullup!
  40. #define FIL_RUNOUT_PIN 19 // Z+ // PD2 ** Pin45 ** USART1_RX
  41. //
  42. // M3/M4/M5 - Spindle/Laser Control
  43. //
  44. #define SPINDLE_LASER_PWM_PIN 2 // X+ // PE4 ** Pin6 ** PWM2 **MUST BE HARDWARE PWM
  45. #define SPINDLE_LASER_ENA_PIN 15 // Y+ // PJ0 ** Pin63 ** USART3_RX **Pin should have a pullup!
  46. #define SPINDLE_DIR_PIN 19 // Z+ // PD2 ** Pin45 ** USART1_RX
  47. //
  48. // Microstepping pins
  49. //
  50. #define X_MS1_PIN 5 // PE3 ** Pin5 ** PWM5
  51. #define X_MS2_PIN 6 // PH3 ** Pin15 ** PWM6
  52. #define Y_MS1_PIN 59 // PF5 ** Pin92 ** A5
  53. #define Y_MS2_PIN 58 // PF4 ** Pin93 ** A4
  54. #define Z_MS1_PIN 22 // PA0 ** Pin78 ** D22
  55. #define Z_MS2_PIN 39 // PG2 ** Pin70 ** D39
  56. #define E0_MS1_PIN 64 // PK2 ** Pin87 ** A10
  57. #define E0_MS2_PIN 63 // PK1 ** Pin88 ** A9
  58. #define E1_MS1_PIN 57 // PF3 ** Pin94 ** A3
  59. #define E1_MS2_PIN 4 // PG5 ** Pin1 ** PWM4
  60. #ifndef RGB_LED_R_PIN
  61. #define RGB_LED_R_PIN 50
  62. #endif
  63. #ifndef RGB_LED_R_PIN
  64. #define RGB_LED_G_PIN 51
  65. #endif
  66. #ifndef RGB_LED_R_PIN
  67. #define RGB_LED_B_PIN 52
  68. #endif
  69. #include "pins_RAMPS.h"
  70. /*
  71. Available connectors on MKS BASE v1.4
  72. =======
  73. | GND |
  74. |-----| E0
  75. | 10 | (10) PB4 ** Pin23 ** PWM10
  76. |-----|
  77. | GND |
  78. |-----| E1
  79. | 7 | ( 7) PH4 ** Pin16 ** PWM7
  80. |-----|
  81. | GND |
  82. |-----| FAN
  83. | 9 | ( 9) PH6 ** Pin18 ** PWM9
  84. =======
  85. =======
  86. | GND |
  87. |-----| Heated Bed
  88. | 8 | ( 8) PH5 ** Pin17 ** PWM8
  89. =======
  90. ==========
  91. | 12-24V |
  92. |--------| Power
  93. | GND |
  94. ==========
  95. XS3 Connector
  96. =================
  97. | 65 | GND | 5V | (65) PK3 ** Pin86 ** A11
  98. |----|-----|----|
  99. | 66 | GND | 5V | (66) PK4 ** Pin85 ** A12
  100. =================
  101. Servos Connector
  102. =================
  103. | 11 | GND | 5V | (11) PB5 ** Pin24 ** PWM11
  104. |----|-----|----|
  105. | 12 | GND | 5V | (12) PB6 ** Pin25 ** PWM12
  106. =================
  107. ICSP
  108. =================
  109. | 5V | 51 | GND | (51) PB2 ** Pin21 ** SPI_MOSI
  110. |----|----|-----|
  111. | 50 | 52 | RST | (50) PB3 ** Pin22 ** SPI_MISO
  112. ================= (52) PB1 ** Pin20 ** SPI_SCK
  113. XS6/AUX-1 Connector
  114. ======================
  115. | 5V | GND | NC | 20 | (20) PD1 ** Pin44 ** I2C_SDA
  116. |----|-----|----|----|
  117. | 50 | 51 | 52 | 21 | (50) PB3 ** Pin22 ** SPI_MISO
  118. ====================== (51) PB2 ** Pin21 ** SPI_MOSI
  119. (52) PB1 ** Pin20 ** SPI_SCK
  120. (21) PD0 ** Pin43 ** I2C_SCL
  121. Temperature
  122. ==================================
  123. | GND | 69 | GND | 68 | GND | 67 |
  124. ==================================
  125. (69) PK7 ** Pin82 ** A15
  126. (68) PK6 ** Pin83 ** A14
  127. (67) PK5 ** Pin84 ** A13
  128. Limit Switches
  129. ============
  130. | 2 | GND | X+ ( 2) PE4 ** Pin6 ** PWM2
  131. |----|-----|
  132. | 3 | GND | X- ( 3) PE5 ** Pin7 ** PWM3
  133. |----|-----|
  134. | 15 | GND | Y+ (15) PJ0 ** Pin63 ** USART3_RX
  135. |----|-----|
  136. | 14 | GND | Y- (14) PJ1 ** Pin64 ** USART3_TX
  137. |----|-----|
  138. | 19 | GND | Z+ (19) PD2 ** Pin45 ** USART1_RX
  139. |----|-----|
  140. | 18 | GND | Z- (18) PD3 ** Pin46 ** USART1_TX
  141. ============
  142. EXP1
  143. ============
  144. | 37 | 35 | (37) PC0 ** Pin53 ** D37
  145. |-----|----| (35) PC2 ** Pin55 ** D35
  146. | 17 | 16 | (17) PH0 ** Pin12 ** USART2_RX
  147. |-----|----| (16) PH1 ** Pin13 ** USART2_TX
  148. | 23 | 25 | (23) PA1 ** Pin77 ** D23
  149. |-----|----| (25) PA3 ** Pin75 ** D25
  150. | 27 | 29 | (27) PA5 ** Pin73 ** D27
  151. |-----|----| (29) PA7 ** Pin71 ** D29
  152. | GND | 5V |
  153. ============
  154. EXP2
  155. ============
  156. | 50 | 52 | (50) PB3 ** Pin22 ** SPI_MISO
  157. |-----|----| (52) PB1 ** Pin20 ** SPI_SCK
  158. | 31 | 53 | (31) PC6 ** Pin59 ** D31
  159. |-----|----| (53) PB0 ** Pin19 ** SPI_SS
  160. | 33 | 51 | (33) PC4 ** Pin57 ** D33
  161. |-----|----| (51) PB2 ** Pin21 ** SPI_MOSI
  162. | 49 | 41 | (49) PL0 ** Pin35 ** D49
  163. |-----|----| (41) PG0 ** Pin51 ** D41
  164. | GND | NC |
  165. ============
  166. */