cribbageSTARSHIP

AI-hardware.cfg

Jul 13th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. # Hardware Configuration File
  2.  
  3. # Main Controller (M8P)
  4. [mcu]
  5. canbus_uuid: cc7b64b8b83b
  6.  
  7. # Toolhead Controller (EBB36)
  8. [mcu ebb36]
  9. canbus_uuid: fc67894d1d09
  10.  
  11. # Board Pin Aliases
  12. [board_pins]
  13. aliases:
  14. # EXP1 header
  15. EXP1_1=PE9, EXP1_2=PE10,
  16. EXP1_3=PE11, EXP1_4=PE12,
  17. EXP1_5=PE13, EXP1_6=PE14,
  18. EXP1_7=PE15, EXP1_8=PB10,
  19. EXP1_9=<GND>, EXP1_10=<5V>,
  20.  
  21. # EXP2 header
  22. EXP2_1=PB14, EXP2_2=PB13,
  23. EXP2_3=PF7, EXP2_4=PB12,
  24. EXP2_5=PE7, EXP2_6=PB11,
  25. EXP2_7=PE8, EXP2_8=<RST>,
  26. EXP2_9=<GND>, EXP2_10=PC5
  27.  
  28. # --- Stepper Motors ---
  29. [stepper_x]
  30. step_pin: PD8
  31. dir_pin: !PC6
  32. enable_pin: !PC7
  33. microsteps: 16
  34. rotation_distance: 40
  35. endstop_pin: !ebb36:PB3
  36. position_endstop: 0
  37. position_max: 300
  38. homing_speed: 50
  39.  
  40. [tmc2209 stepper_x]
  41. uart_pin: PD10
  42. run_current: 0.800
  43. stealthchop_threshold: 999999
  44.  
  45. [stepper_y]
  46. step_pin: PF12
  47. dir_pin: !PF11
  48. enable_pin: !PB3
  49. microsteps: 16
  50. rotation_distance: 40
  51. endstop_pin: ^!PF4
  52. position_endstop: 0
  53. position_max: 300
  54. homing_speed: 50
  55.  
  56. [tmc2209 stepper_y]
  57. uart_pin: PF13
  58. run_current: 0.800
  59. stealthchop_threshold: 999999
  60.  
  61. [stepper_z]
  62. step_pin: PD3
  63. dir_pin: PD2
  64. enable_pin: !PD5
  65. microsteps: 16
  66. rotation_distance: 8
  67. endstop_pin: probe:z_virtual_endstop
  68. position_max: 340
  69. position_min: -1
  70. homing_speed: 8
  71. second_homing_speed: 3
  72. homing_retract_dist: 3
  73.  
  74. [tmc2209 stepper_z]
  75. uart_pin: PD4
  76. run_current: 0.650
  77. stealthchop_threshold: 999999
  78.  
  79. [stepper_z1]
  80. step_pin: PA10
  81. dir_pin: !PA14
  82. enable_pin: !PA15
  83. microsteps: 16
  84. rotation_distance: 8
  85.  
  86. [tmc2209 stepper_z1]
  87. uart_pin: PF8
  88. run_current: 0.650
  89. stealthchop_threshold: 999999
  90.  
  91. # --- Heaters & Extruder ---
  92. [extruder]
  93. max_extrude_only_distance: 100.0
  94. step_pin: ebb36:PD0
  95. dir_pin: ebb36:PD1
  96. enable_pin: !ebb36:PD2
  97. microsteps: 16
  98. rotation_distance: 23.471583744375
  99. nozzle_diameter: 0.400
  100. filament_diameter: 1.750
  101. max_extrude_cross_section: 5.0
  102. heater_pin: PE3
  103. min_extrude_temp: 10
  104. min_temp: -250
  105. max_temp: 300
  106. pressure_advance: 0.0
  107. sensor_pin: ebb36:PA3
  108. sensor_type: EPCOS 100K B57560G104F
  109.  
  110. [tmc2209 extruder]
  111. uart_pin: ebb36: PA15
  112. run_current: 0.650
  113. stealthchop_threshold: 999999
  114.  
  115. [heater_bed]
  116. heater_pin: PB7
  117. sensor_type: EPCOS 100K B57560G104F
  118. sensor_pin: PA0
  119. min_temp: 10
  120. max_temp: 130
  121.  
  122. # --- Fans ---
  123. [fan] # Part Cooling Fan
  124. pin: ebb36: PA1
  125.  
  126. [heater_fan hotend_fan]
  127. pin: ebb36:PA0
  128.  
  129. # --- Temperature Sensors ---
  130. [temperature_sensor ebb36]
  131. sensor_type: temperature_mcu
  132. sensor_mcu: ebb36
  133. min_temp: 0
  134. max_temp: 100
Advertisement
Add Comment
Please, Sign In to add comment