My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

pins_ELEFU_3.h 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 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. /**
  23. * Elefu RA Board Pin Assignments
  24. */
  25. #ifndef __AVR_ATmega2560__
  26. #error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
  27. #endif
  28. #define BOARD_NAME "Elefu Ra v3"
  29. //
  30. // Limit Switches
  31. //
  32. #define X_MIN_PIN 35
  33. #define X_MAX_PIN 34
  34. #define Y_MIN_PIN 33
  35. #define Y_MAX_PIN 32
  36. #define Z_MIN_PIN 31
  37. #define Z_MAX_PIN 30
  38. //
  39. // Z Probe (when not Z_MIN_PIN)
  40. //
  41. #ifndef Z_MIN_PROBE_PIN
  42. #define Z_MIN_PROBE_PIN 30
  43. #endif
  44. //
  45. // Steppers
  46. //
  47. #define X_STEP_PIN 49
  48. #define X_DIR_PIN 13
  49. #define X_ENABLE_PIN 48
  50. #define Y_STEP_PIN 11
  51. #define Y_DIR_PIN 9
  52. #define Y_ENABLE_PIN 12
  53. #define Z_STEP_PIN 7
  54. #define Z_DIR_PIN 6
  55. #define Z_ENABLE_PIN 8
  56. #define E0_STEP_PIN 40
  57. #define E0_DIR_PIN 41
  58. #define E0_ENABLE_PIN 37
  59. #define E1_STEP_PIN 18
  60. #define E1_DIR_PIN 19
  61. #define E1_ENABLE_PIN 38
  62. #define E2_STEP_PIN 43
  63. #define E2_DIR_PIN 47
  64. #define E2_ENABLE_PIN 42
  65. //
  66. // Temperature Sensors
  67. //
  68. #define TEMP_0_PIN 3 // Analog Input
  69. #define TEMP_1_PIN 2 // Analog Input
  70. #define TEMP_2_PIN 1 // Analog Input
  71. #define TEMP_BED_PIN 0 // Analog Input
  72. //
  73. // Heaters / Fans
  74. //
  75. #define HEATER_0_PIN 45 // 12V PWM1
  76. #define HEATER_1_PIN 46 // 12V PWM2
  77. #define HEATER_2_PIN 17 // 12V PWM3
  78. #define HEATER_BED_PIN 44 // DOUBLE 12V PWM
  79. #define FAN_PIN 16 // 5V PWM
  80. //
  81. // Misc. Functions
  82. //
  83. #define PS_ON_PIN 10 // Set to -1 if using a manual switch on the PWRSW Connector
  84. #define SLEEP_WAKE_PIN 26 // This feature still needs work
  85. #define PHOTOGRAPH_PIN 29
  86. //
  87. // LCD / Controller
  88. //
  89. #define BEEPER_PIN 36
  90. #if ENABLED(RA_CONTROL_PANEL)
  91. #define SDSS 53
  92. #define SD_DETECT_PIN 28
  93. #define BTN_EN1 14
  94. #define BTN_EN2 39
  95. #define BTN_ENC 15
  96. #endif // RA_CONTROL_PANEL
  97. #if ENABLED(RA_DISCO)
  98. // variables for which pins the TLC5947 is using
  99. #define TLC_CLOCK_PIN 25
  100. #define TLC_BLANK_PIN 23
  101. #define TLC_XLAT_PIN 22
  102. #define TLC_DATA_PIN 24
  103. // We also need to define pin to port number mapping for the 2560 to match the pins listed above. If you change the TLC pins, update this as well per the 2560 datasheet!
  104. // This currently only works with the RA Board.
  105. #define TLC_CLOCK_BIT 3 // bit 3 on port A
  106. #define TLC_CLOCK_PORT &PORTA // bit 3 on port A
  107. #define TLC_BLANK_BIT 1 // bit 1 on port A
  108. #define TLC_BLANK_PORT &PORTA // bit 1 on port A
  109. #define TLC_DATA_BIT 2 // bit 2 on port A
  110. #define TLC_DATA_PORT &PORTA // bit 2 on port A
  111. #define TLC_XLAT_BIT 0 // bit 0 on port A
  112. #define TLC_XLAT_PORT &PORTA // bit 0 on port A
  113. // change this to match your situation. Lots of TLCs takes up the arduino SRAM very quickly, so be careful
  114. // Leave it at at least 1 if you have enabled RA_LIGHTING
  115. // The number of TLC5947 boards chained together for use with the animation, additional ones will repeat the animation on them, but are not individually addressable and mimic those before them. You can leave the default at 2 even if you only have 1 TLC5947 module.
  116. #define NUM_TLCS 2
  117. // These TRANS_ARRAY values let you change the order the LEDs on the lighting modules will animate for chase functions.
  118. // Modify them according to your specific situation.
  119. // NOTE: the array should be 8 long for every TLC you have. These defaults assume (2) TLCs.
  120. #define TRANS_ARRAY {0, 1, 2, 3, 4, 5, 6, 7, 15, 14, 13, 12, 11, 10, 9, 8} //forwards
  121. //#define TRANS_ARRAY {7, 6, 5, 4, 3, 2, 1, 0, 8, 9, 10, 11, 12, 13, 14, 15} //backwards
  122. #endif // RA_DISCO