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_TH3D_EZBOARD.h 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. * TH3D EZBoard pin assignments
  25. */
  26. #ifndef TARGET_LPC1768
  27. #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
  28. #endif
  29. #define BOARD_NAME "TH3D EZBoard"
  30. #define BOARD_WEBSITE_URL "https://www.th3dstudio.com/product/ezboard-lite/"
  31. //
  32. // Servos
  33. //
  34. #define SERVO0_PIN P2_04
  35. //
  36. // Limit Switches
  37. //
  38. #define X_STOP_PIN P1_24
  39. #define Y_STOP_PIN P1_25
  40. #define Z_STOP_PIN P1_26
  41. //
  42. // Filament Runout Sensor
  43. //
  44. #ifndef FIL_RUNOUT_PIN
  45. #define FIL_RUNOUT_PIN P1_27
  46. #endif
  47. //
  48. // Steppers
  49. //
  50. #define X_STEP_PIN P2_00
  51. #define X_DIR_PIN P1_16
  52. #define X_ENABLE_PIN P1_17
  53. #define Y_STEP_PIN P2_01
  54. #define Y_DIR_PIN P1_10
  55. #define Y_ENABLE_PIN P1_09
  56. #define Z_STEP_PIN P2_02
  57. #define Z_DIR_PIN P1_15
  58. #define Z_ENABLE_PIN P1_14
  59. #define E0_STEP_PIN P2_03
  60. #define E0_DIR_PIN P1_04
  61. #define E0_ENABLE_PIN P1_08
  62. #define E1_STEP_PIN P2_08
  63. #define E1_DIR_PIN P2_13
  64. #define E1_ENABLE_PIN P4_29
  65. #if HAS_DRIVER(TMC2208)
  66. //
  67. // TMC2208 stepper drivers
  68. // Software serial
  69. //
  70. #define X_SERIAL_TX_PIN P0_04
  71. #define X_SERIAL_RX_PIN P0_05
  72. #define Y_SERIAL_TX_PIN P0_10
  73. #define Y_SERIAL_RX_PIN P0_11
  74. #define Z_SERIAL_TX_PIN P0_19
  75. #define Z_SERIAL_RX_PIN P0_20
  76. #define E0_SERIAL_TX_PIN P0_22
  77. #define E0_SERIAL_RX_PIN P0_21
  78. #endif
  79. //
  80. // Temp Sensors
  81. // 3.3V max when defined as an Analog Input!
  82. //
  83. #define TEMP_0_PIN 0 // Analog Input P0_23
  84. #define TEMP_BED_PIN 1 // Analog Input P0_24
  85. #define TEMP_1_PIN 2 // Analog Input P0_25
  86. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  87. #define FILWIDTH_PIN 3 // Analog Input P0_26
  88. #else
  89. #define TEMP_2_PIN 3 // Analog Input P0_26
  90. #endif
  91. //
  92. // Heaters / Fans
  93. //
  94. #define HEATER_BED_PIN P2_05
  95. #define HEATER_0_PIN P2_07
  96. #ifndef FAN_PIN
  97. #define FAN_PIN P2_06
  98. #endif
  99. #define FAN1_PIN P1_22
  100. //
  101. // Auto fans
  102. //
  103. #define AUTO_FAN_PIN P1_22 // FET 3
  104. #define ORIG_E0_AUTO_FAN_PIN AUTO_FAN_PIN
  105. #define ORIG_E1_AUTO_FAN_PIN AUTO_FAN_PIN
  106. #define ORIG_E2_AUTO_FAN_PIN AUTO_FAN_PIN
  107. //
  108. // SD Card
  109. //
  110. #define SDCARD_CONNECTION ONBOARD
  111. #define SCK_PIN P0_07
  112. #define MISO_PIN P0_08
  113. #define MOSI_PIN P0_09
  114. #define ONBOARD_SD_CS_PIN P0_06
  115. #define SS_PIN ONBOARD_SD_CS_PIN
  116. //
  117. // LCD / Controller
  118. //
  119. /**
  120. * _____
  121. * 5V | · · | GND
  122. * (LCD_EN) P0_18 | · · | P0_16 (LCD_RS)
  123. * (LCD_D4) P0_15 | · · | P3_25 (BTN_EN2)
  124. * (RESET) P2_11 | · · | P3_26 (BTN_EN1)
  125. * (BTN_ENC) P1_30 | · · | P1_31 (BEEPER)
  126. * -----
  127. * EXP1
  128. *
  129. * LCD_PINS_D5, D6, and D7 are not present in the EXP1 connector, and will need to be
  130. * defined to use the REPRAP_DISCOUNT_SMART_CONTROLLER.
  131. *
  132. * A remote SD card is currently not supported because the pins routed to the EXP2
  133. * connector are shared with the onboard SD card.
  134. *
  135. */
  136. #if ENABLED(CR10_STOCKDISPLAY)
  137. #define BEEPER_PIN P1_31
  138. #define BTN_EN1 P3_26
  139. #define BTN_EN2 P3_25
  140. #define BTN_ENC P1_30
  141. #define LCD_PINS_RS P0_16
  142. #define LCD_PINS_ENABLE P0_18
  143. #define LCD_PINS_D4 P0_15
  144. #define KILL_PIN P2_11
  145. #endif