Advertisement
Loot__

Untitled

Oct 3rd, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: PE5
  3. dir_pin: PC0
  4. enable_pin: !PC1
  5. microsteps: 16
  6. rotation_distance: 40
  7. endstop_pin: ^PC7 # X-MAX PC6
  8. position_endstop: 0
  9. position_max: 350
  10. homing_speed: 100
  11.  
  12. [stepper_y]
  13. step_pin: PE4
  14. dir_pin: !PC13
  15. enable_pin: !PC14
  16. microsteps: 16
  17. rotation_distance: 40
  18. endstop_pin: ^PD11 # Y-MAX PD10
  19. position_endstop: 350
  20. position_max: 350
  21. homing_speed: 100
  22.  
  23. [stepper_z]
  24. step_pin: PE3
  25. dir_pin: !PB7
  26. enable_pin: !PB8
  27. microsteps: 16
  28. rotation_distance: 4
  29. endstop_pin: probe:z_virtual_endstop
  30. position_max: 350
  31. position_max: 400
  32. position_min: 0
  33. homing_speed: 10
  34.  
  35. [extruder]
  36. step_pin: PE2
  37. dir_pin: PD6
  38. enable_pin: !PD7
  39. microsteps: 16
  40. rotation_distance: 33.500
  41. nozzle_diameter: 0.400
  42. filament_diameter: 1.750
  43. heater_pin: PD12
  44. sensor_pin: PA3
  45. sensor_type: EPCOS 100K B57560G104F
  46. control: pid
  47. pid_Kp: 22.2
  48. pid_Ki: 1.08
  49. pid_Kd: 114
  50. min_temp: 0
  51. max_temp: 260
  52.  
  53. #[extruder1]
  54. #step_pin: PE1
  55. #dir_pin: !PD3
  56. #enable_pin: !PD4
  57. #heater_pin: PD13
  58. #sensor_pin: PC4
  59.  
  60. #[extruder2]
  61. #step_pin: PE0
  62. #dir_pin: !PA15
  63. #enable_pin: !PD0
  64. #heater_pin: PD14
  65. #sensor_pin: PC5
  66.  
  67. [safe_z_home]
  68. home_xy_position: 180, 180
  69. speed: 50
  70. z_hop: 10
  71. z_hop_speed: 5
  72. move_to_previous: True
  73.  
  74.  
  75. [bltouch]
  76. sensor_pin: PC2
  77. control_pin: PE6
  78. x_offset: -45
  79. y_offset: 0
  80. z_offset: 0
  81. pin_up_reports_not_triggered: False
  82.  
  83. [bed_mesh]
  84. speed: 100
  85. horizontal_move_z: 8
  86. mesh_min: 50, 50
  87. mesh_max: 300, 300
  88. probe_count: 3, 3
  89.  
  90. [heater_bed]
  91. heater_pin: PB0
  92. sensor_type: Generic 3950
  93. sensor_pin: PB1
  94. control: watermark
  95. min_temp: 0
  96. max_temp: 130
  97.  
  98. #FAN0
  99. [fan]
  100. pin: PA0
  101.  
  102. #FAN1
  103. #[heater_fan fan1]
  104. #pin: PA1
  105.  
  106. #FAN2
  107. #[heater_fan fan2]
  108. #pin: PA2
  109.  
  110.  
  111. [mcu]
  112. serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_3A001C000C47393438343535-if00
  113.  
  114. [printer]
  115. kinematics: cartesian
  116. max_velocity: 300
  117. max_accel: 3000
  118. max_z_velocity: 5
  119. max_z_accel: 100
  120.  
  121.  
  122. ########################################
  123. # TMC2209 configuration
  124. ########################################
  125.  
  126. [tmc2209 stepper_x]
  127. uart_pin: PC15
  128. run_current: 0.800
  129. diag_pin: PC7
  130. stealthchop_threshold: 999999
  131.  
  132. [tmc2209 stepper_y]
  133. uart_pin: PA8
  134. run_current: 0.800
  135. diag_pin: PC6
  136. stealthchop_threshold: 999999
  137.  
  138. [tmc2209 stepper_z]
  139. uart_pin: PB6
  140. run_current: 0.800
  141. diag_pin: PD11
  142. stealthchop_threshold: 999999
  143.  
  144. [tmc2209 extruder]
  145. uart_pin: PD5
  146. run_current: 0.600
  147. diag_pin: PD10
  148. stealthchop_threshold: 999999
  149.  
  150. #[tmc2209 extruder1]
  151. #uart_pin: PD1
  152. #run_current: 0.600
  153. #diag_pin: PB10
  154. #stealthchop_threshold: 999999
  155.  
  156. #[tmc2209 extruder2]
  157. #uart_pin: PE9
  158. #run_current: 0.600
  159. #diag_pin: PB11
  160. #stealthchop_threshold: 999999
  161.  
  162. ########################################
  163. # TMC5160 configuration
  164. ########################################
  165.  
  166. #[tmc5160 stepper_x]
  167. #cs_pin: PC15
  168. #spi_bus: spi3
  169. #run_current: 0.800
  170. #diag1_pin: PC7
  171. #stealthchop_threshold: 999999
  172.  
  173. #[tmc5160 stepper_y]
  174. #cs_pin: PA8
  175. #spi_bus: spi3
  176. #run_current: 0.800
  177. #diag1_pin: PC6
  178. #stealthchop_threshold: 999999
  179.  
  180. #[tmc5160 stepper_z]
  181. #cs_pin: PB6
  182. #spi_bus: spi3
  183. #run_current: 0.800
  184. #diag1_pin: PD11
  185. #stealthchop_threshold: 999999
  186.  
  187. #[tmc5160 extruder]
  188. #cs_pin: PD5
  189. #spi_bus: spi3
  190. #run_current: 0.800
  191. #diag1_pin: PD10
  192. #stealthchop_threshold: 999999
  193.  
  194. #[tmc5160 extruder1]
  195. #cs_pin: PD1
  196. #spi_bus: spi3
  197. #run_current: 0.800
  198. #diag1_pin: PB10
  199. #stealthchop_threshold: 999999
  200.  
  201. #[tmc5160 extruder2]
  202. #cs_pin: PE9
  203. #spi_bus: spi3
  204. #run_current: 0.800
  205. #diag1_pin: PB11
  206. #stealthchop_threshold: 999999
  207.  
  208. ########################################
  209. # Accelerometer (ADXL345) pins
  210. ########################################
  211.  
  212. ## SCK=PA5, MISO=PA6, MOSI=PA7
  213. #[adxl345]
  214. #cs_pin: PE7
  215. #spi_bus: spi1
  216.  
  217. ########################################
  218. # EXP1 / EXP2 (display) pins
  219. ########################################
  220.  
  221. [board_pins]
  222. aliases:
  223. # EXP1 header
  224. EXP1_1=<NC>, EXP1_3=PB2, EXP1_5=PE15, EXP1_7=PA13, EXP1_9=<GND>,
  225. EXP1_2=PA9, EXP1_4=PA10, EXP1_6=PE14, EXP1_8=PA14, EXP1_10=<5V>,
  226. # EXP2 header
  227. EXP2_1=PA6, EXP2_3=PD8, EXP2_5=PD9, EXP2_7=PE13, EXP2_9=<GND>,
  228. EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=<RST>, EXP2_10=<NC>,
  229.  
  230.  
  231. ########################################
  232. #Mini 12864 LCD
  233. ########################################
  234. #[display]
  235. #lcd_type: uc1701
  236. #cs_pin: EXP1_3
  237. #a0_pin: EXP1_4
  238. #rst_pin: EXP1_5
  239. #contrast: 63
  240. #encoder_pins: ^EXP2_5, ^!EXP2_3
  241. #click_pin: ^!EXP1_2
  242. #spi_bus: spi1
  243.  
  244. #####适用于FLY Mini12864
  245. #[neopixel fly_mini12864]
  246. #pin: EXP1_6
  247. #chain_count: 3
  248. #initial_RED: 0.1
  249. #initial_GREEN: 0.5
  250. #initial_BLUE: 0.0
  251. #color_order: RGB
  252.  
  253. [include mainsail.cfg]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement