Advertisement
Guest User

AM8_klipper_cfg

a guest
Jun 20th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. # This file contains common pin mappings for the BIGTREETECH SKR mini
  2. # E3 v3.0. To use this config, the firmware should be compiled for the
  3. # STM32G0B1 with a "8KiB bootloader" and USB communication.
  4.  
  5. # The "make flash" command does not work on the SKR mini E3. Instead,
  6. # after running "make", copy the generated "out/klipper.bin" file to a
  7. # file named "firmware.bin" on an SD card and then restart the SKR
  8. # mini E3 with that SD card.
  9.  
  10. # See docs/Config_Reference.md for a description of parameters.
  11.  
  12. [stepper_x]
  13. step_pin: PB13
  14. dir_pin: PB12
  15. enable_pin: !PB14
  16. microsteps: 16
  17. rotation_distance: 32
  18. endstop_pin: ^!PC0
  19. position_min: -40
  20. position_endstop: -40
  21. position_max: 202
  22. homing_speed: 50
  23.  
  24. [tmc2209 stepper_x]
  25. uart_pin: PC11
  26. tx_pin: PC10
  27. uart_address: 0
  28. run_current: 0.580
  29. stealthchop_threshold: 999999
  30.  
  31. [stepper_y]
  32. step_pin: PB10
  33. dir_pin: PB2
  34. enable_pin: !PB11
  35. microsteps: 16
  36. rotation_distance: 32
  37. endstop_pin: ^!PC1
  38. position_min: -37
  39. position_endstop: -4
  40. position_max: 214
  41. homing_speed: 50
  42.  
  43. [tmc2209 stepper_y]
  44. uart_pin: PC11
  45. tx_pin: PC10
  46. uart_address: 2
  47. run_current: 0.580
  48. stealthchop_threshold: 999999
  49.  
  50. [stepper_z]
  51. step_pin: PB0
  52. dir_pin: !PC5
  53. enable_pin: !PB1
  54. microsteps: 16
  55. rotation_distance: 8
  56. #endstop_pin: ^!PC2
  57. endstop_pin: probe:z_virtual_endstop
  58. position_min: -1.3
  59. #position_endstop: 0.5
  60. position_max: 240
  61. homing_speed: 20
  62.  
  63.  
  64. [tmc2209 stepper_z]
  65. uart_pin: PC11
  66. tx_pin: PC10
  67. uart_address: 1
  68. run_current: 0.580
  69. stealthchop_threshold: 999999
  70.  
  71. [extruder]
  72. step_pin: PB3
  73. dir_pin: PB4
  74. enable_pin: !PD1
  75. microsteps: 16
  76. rotation_distance: 33.600
  77. nozzle_diameter: 0.400
  78. filament_diameter: 1.750
  79. heater_pin: PC8
  80. sensor_type: ATC Semitec 104GT-2
  81. sensor_pin: PA0
  82. #control: pid
  83. #pid_Kp: 2.151492
  84. #pid_Ki: 0.633897
  85. #pid_Kd: 230.042965
  86. min_temp: 0
  87. max_temp: 250
  88.  
  89. [tmc2209 extruder]
  90. uart_pin: PC11
  91. tx_pin: PC10
  92. uart_address: 3
  93. run_current: 0.650
  94. stealthchop_threshold: 999999
  95.  
  96. [heater_bed]
  97. heater_pin: PC9
  98. sensor_type: ATC Semitec 104GT-2
  99. sensor_pin: PC4
  100. #control: pid
  101. #pid_Kp: 54.027
  102. #pid_Ki: 0.770
  103. #pid_Kd: 948.182
  104. min_temp: 0
  105. max_temp: 130
  106.  
  107. [heater_fan nozzle_cooling_fan]
  108. pin: PC7
  109.  
  110. [heater_fan controller_fan]
  111. pin: PB15
  112.  
  113. [fan]
  114. pin: PC6
  115.  
  116. [mcu]
  117. serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_1E0056000250414235363020-if00
  118.  
  119. [printer]
  120. kinematics: cartesian
  121. max_velocity: 300
  122. max_accel: 1000
  123. max_z_velocity: 20
  124. max_z_accel: 100
  125.  
  126. [board_pins]
  127. aliases:
  128. # EXP1 header
  129. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  130. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
  131.  
  132. [include fluidd.cfg]
  133.  
  134. [bltouch]
  135. sensor_pin: ^PC14 #Change pin to match your printer
  136. control_pin: PA1 #Change pin to match your printer
  137. x_offset: 59 #Change offset to match your printer
  138. y_offset: 14 #Change offset to match your printer
  139. #z_offset: 0.75 #Change offset to match your printer 2.165
  140. stow_on_each_sample: False
  141. probe_with_touch_mode: True
  142.  
  143. [bed_mesh]
  144. speed: 120
  145. horizontal_move_z: 10
  146. mesh_min: 30, 30 #Change coordinates to match your printer
  147. mesh_max: 190,190 #Change coordinates to match your printer
  148. probe_count:10,10 #Change number of X,Y probe points
  149. algorithm: bicubic
  150. fade_start: 1
  151. fade_end: 10
  152. fade_target: 0
  153.  
  154. [safe_z_home]
  155. home_xy_position: 110, 110 # Change coordinates to the center of your print bed
  156. speed: 50
  157. z_hop: 10
  158. z_hop_speed: 10
  159.  
  160. # See the sample-lcd.cfg file for definitions of common LCD displays.
  161.  
  162. #*# <---------------------- SAVE_CONFIG ---------------------->
  163. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  164. #*#
  165. #*# [extruder]
  166. #*# control = pid
  167. #*# pid_kp = 26.055
  168. #*# pid_ki = 1.004
  169. #*# pid_kd = 169.035
  170. #*#
  171. #*# [heater_bed]
  172. #*# control = pid
  173. #*# pid_kp = 71.238
  174. #*# pid_ki = 1.032
  175. #*# pid_kd = 1228.851
  176. #*#
  177. #*# [stepper_z]
  178. #*# position_endstop = -0.790
  179. #*#
  180. #*# [bltouch]
  181. #*# z_offset = 2.783
  182. #*#
  183. #*# [bed_mesh 14-04H]
  184. #*# version = 1
  185. #*# points =
  186. #*# 0.012500, -0.022500, -0.010000, 0.017500, 0.015000, 0.007500, 0.037500, 0.047500, 0.055000, 0.107500
  187. #*# -0.037500, 0.005000, 0.007500, 0.027500, 0.025000, 0.030000, 0.045000, 0.087500, 0.102500, 0.095000
  188. #*# -0.047500, -0.067500, -0.045000, 0.000000, 0.010000, 0.010000, 0.002500, 0.037500, 0.027500, 0.082500
  189. #*# -0.062500, -0.092500, -0.060000, -0.025000, -0.037500, -0.012500, 0.002500, 0.015000, 0.050000, 0.075000
  190. #*# -0.057500, -0.107500, -0.087500, -0.030000, -0.050000, -0.027500, 0.010000, 0.025000, 0.062500, 0.092500
  191. #*# -0.122500, -0.150000, -0.092500, -0.045000, -0.040000, 0.015000, 0.015000, 0.027500, 0.092500, 0.105000
  192. #*# -0.097500, -0.150000, -0.127500, -0.082500, -0.062500, -0.037500, 0.002500, 0.020000, 0.060000, 0.097500
  193. #*# -0.100000, -0.142500, -0.092500, -0.067500, -0.067500, -0.052500, 0.012500, 0.022500, 0.060000, 0.080000
  194. #*# -0.125000, -0.102500, -0.092500, -0.100000, -0.065000, -0.052500, -0.010000, 0.002500, 0.055000, 0.087500
  195. #*# -0.135000, -0.115000, -0.115000, -0.065000, -0.035000, -0.027500, 0.015000, 0.042500, 0.085000, 0.092500
  196. #*# x_count = 10
  197. #*# y_count = 10
  198. #*# mesh_x_pps = 2
  199. #*# mesh_y_pps = 2
  200. #*# algo = bicubic
  201. #*# tension = 0.2
  202. #*# min_x = 30.0
  203. #*# max_x = 189.93
  204. #*# min_y = 30.0
  205. #*# max_y = 189.93
  206.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement