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_SCOOVO_X9H.h 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2020 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 <https://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. /************************************************
  24. * Rambo pin assignments MODIFIED FOR Scoovo X9H
  25. ************************************************/
  26. #include "env_target.h"
  27. #define BOARD_INFO_NAME "Scoovo X9H"
  28. //
  29. // Servos
  30. //
  31. #define SERVO0_PIN 22 // Motor header MX1
  32. #define SERVO1_PIN 23 // Motor header MX2
  33. #define SERVO2_PIN 24 // Motor header MX3
  34. #define SERVO3_PIN 5 // PWM header pin 5
  35. //
  36. // Limit Switches
  37. //
  38. #define X_MIN_PIN 12
  39. #define X_MAX_PIN 24
  40. #define Y_MIN_PIN 11
  41. #define Y_MAX_PIN 23
  42. #define Z_MIN_PIN 10
  43. #define Z_MAX_PIN 30
  44. //
  45. // Z Probe (when not Z_MIN_IN)
  46. //
  47. #ifndef Z_MIN_PROBE_PIN
  48. #define Z_MIN_PROBE_PIN 30
  49. #endif
  50. //
  51. // Steppers
  52. //
  53. #define X_STEP_PIN 37
  54. #define X_DIR_PIN 48
  55. #define X_ENABLE_PIN 29
  56. #define Y_STEP_PIN 36
  57. #define Y_DIR_PIN 49
  58. #define Y_ENABLE_PIN 28
  59. #define Z_STEP_PIN 35
  60. #define Z_DIR_PIN 47
  61. #define Z_ENABLE_PIN 27
  62. #define E0_STEP_PIN 34
  63. #define E0_DIR_PIN 43
  64. #define E0_ENABLE_PIN 26
  65. #define E1_STEP_PIN 33
  66. #define E1_DIR_PIN 42
  67. #define E1_ENABLE_PIN 25
  68. // Microstepping pins - Mapping not from fastio.h (?)
  69. #define X_MS1_PIN 40
  70. #define X_MS2_PIN 41
  71. #define Y_MS1_PIN 69
  72. #define Y_MS2_PIN 39
  73. #define Z_MS1_PIN 68
  74. #define Z_MS2_PIN 67
  75. #define E0_MS1_PIN 65
  76. #define E0_MS2_PIN 66
  77. #define E1_MS1_PIN 63
  78. #define E1_MS2_PIN 64
  79. #define DIGIPOTSS_PIN 38
  80. #define DIGIPOT_CHANNELS { 4, 5, 3, 0, 1 } // X Y Z E0 E1 digipot channels to stepper driver mapping
  81. //
  82. // Temperature Sensors
  83. //
  84. #define TEMP_0_PIN 0 // Analog Input
  85. #define TEMP_BED_PIN 7 // Analog Input
  86. //
  87. // Heaters / Fans
  88. //
  89. #define HEATER_0_PIN 9
  90. #define HEATER_1_PIN 7
  91. #define HEATER_BED_PIN 3
  92. #ifndef FAN_PIN
  93. #define FAN_PIN 8
  94. #endif
  95. #define FAN1_PIN 6
  96. #define FAN2_PIN 2
  97. //
  98. // Misc. Functions
  99. //
  100. #define SDSS 53
  101. #define LED_PIN 13
  102. #define PS_ON_PIN 4
  103. #ifndef FILWIDTH_PIN
  104. #define FILWIDTH_PIN 3 // Analog Input
  105. #endif
  106. //
  107. // LCD / Controller
  108. //
  109. #define LCD_PINS_RS 70 // Ext2_5
  110. #define LCD_PINS_ENABLE 71 // Ext2_7
  111. #define LCD_PINS_D4 72 // Ext2_9 ?
  112. #define LCD_PINS_D5 73 // Ext2_11 ?
  113. #define LCD_PINS_D6 74 // Ext2_13
  114. #define LCD_PINS_D7 75 // Ext2_15 ?
  115. #define BEEPER_PIN -1
  116. #define BTN_HOME 80 // Ext_16
  117. #define BTN_CENTER 81 // Ext_14
  118. #define BTN_ENC BTN_CENTER
  119. #define BTN_RIGHT 82 // Ext_12
  120. #define BTN_LEFT 83 // Ext_10
  121. #define BTN_UP 84 // Ext2_8
  122. #define BTN_DOWN 85 // Ext2_6
  123. #define HOME_PIN BTN_HOME
  124. #if EITHER(VIKI2, miniVIKI)
  125. #define BEEPER_PIN 44
  126. // Pins for DOGM SPI LCD Support
  127. #define DOGLCD_A0 70
  128. #define DOGLCD_CS 71
  129. #define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
  130. #define STAT_LED_RED_PIN 22
  131. #define STAT_LED_BLUE_PIN 32
  132. #define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
  133. #endif