Guest User

Untitled

a guest
Feb 23rd, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 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/USART.
  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. [bltouch]
  13. sensor_pin: PC14
  14. control_pin: PA1
  15. x_offset: -40
  16. y_offset: -10
  17. z_offset: 3.0
  18. #speed:
  19.  
  20. [safe_z_home]
  21. home_xy_position: 115,115 # Change coordinates to the center of your print bed
  22. speed: 50
  23. z_hop: 10 # Move up 10mm
  24. z_hop_speed: 5
  25.  
  26. [bed_mesh]
  27. speed: 120
  28. horizontal_move_z: 5
  29. mesh_min: 10, 10
  30. mesh_max: 190, 220
  31. probe_count: 5,5
  32.  
  33. [stepper_x]
  34. step_pin: PB13
  35. dir_pin: !PB12
  36. enable_pin: !PB14
  37. microsteps: 16
  38. rotation_distance: 40
  39. endstop_pin: ^PC0
  40. position_endstop: 0
  41. position_max: 235
  42. homing_speed: 50
  43.  
  44. [tmc2209 stepper_x]
  45. uart_pin: PC11
  46. tx_pin: PC10
  47. uart_address: 0
  48. run_current: 0.580
  49. hold_current: 0.500
  50. stealthchop_threshold: 999999
  51.  
  52. [stepper_y]
  53. step_pin: PB10
  54. dir_pin: !PB2
  55. enable_pin: !PB11
  56. microsteps: 16
  57. rotation_distance: 40
  58. endstop_pin: ^PC1
  59. position_endstop: 0
  60. position_max: 235
  61. homing_speed: 50
  62.  
  63. [tmc2209 stepper_y]
  64. uart_pin: PC11
  65. tx_pin: PC10
  66. uart_address: 2
  67. run_current: 0.580
  68. hold_current: 0.500
  69. stealthchop_threshold: 999999
  70.  
  71. [stepper_z]
  72. step_pin: PB0
  73. dir_pin: PC5
  74. enable_pin: !PB1
  75. microsteps: 16
  76. rotation_distance: 8
  77. # endstop_pin: ^PC2
  78. # position_endstop: 0.0
  79. endstop_pin: probe:z_virtual_endstop
  80. position_max: 250
  81. position_min: -2
  82.  
  83. [tmc2209 stepper_z]
  84. uart_pin: PC11
  85. tx_pin: PC10
  86. uart_address: 1
  87. run_current: 0.580
  88. hold_current: 0.500
  89. stealthchop_threshold: 999999
  90.  
  91. [extruder]
  92. step_pin: PB3
  93. dir_pin: !PB4
  94. enable_pin: !PD1
  95. microsteps: 16
  96. rotation_distance: 33.500
  97. nozzle_diameter: 0.400
  98. filament_diameter: 1.750
  99. heater_pin: PC8
  100. sensor_type: EPCOS 100K B57560G104F
  101. sensor_pin: PA0
  102. control: pid
  103. pid_Kp: 21.527
  104. pid_Ki: 1.063
  105. pid_Kd: 108.982
  106. min_temp: 0
  107. max_temp: 250
  108.  
  109. [tmc2209 extruder]
  110. uart_pin: PC11
  111. tx_pin: PC10
  112. uart_address: 3
  113. run_current: 0.650
  114. hold_current: 0.500
  115. stealthchop_threshold: 999999
  116.  
  117. [heater_bed]
  118. heater_pin: PC9
  119. sensor_type: ATC Semitec 104GT-2
  120. sensor_pin: PC4
  121. control: pid
  122. pid_Kp: 54.027
  123. pid_Ki: 0.770
  124. pid_Kd: 948.182
  125. min_temp: 0
  126. max_temp: 130
  127.  
  128. [heater_fan controller_fan]
  129. pin: PB15
  130. heater: heater_bed
  131. heater_temp: 45.0
  132.  
  133. [heater_fan nozzle_cooling_fan]
  134. pin: PC7
  135.  
  136. [fan]
  137. pin: PC6
  138.  
  139. [mcu]
  140. serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_32003B000B504B5735313920-if00
  141. # serial: /dev/ttyAMA0
  142. # restart_method: command
  143.  
  144. [printer]
  145. kinematics: cartesian
  146. max_velocity: 300
  147. max_accel: 3000
  148. max_z_velocity: 5
  149. max_z_accel: 100
  150.  
  151. [board_pins]
  152. aliases:
  153. # EXP1 header
  154. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  155. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
  156.  
  157.  
  158. ######################################################################
  159. # BigTreeTech TFT TouchScreen emulated 12864 mode
  160. ######################################################################
  161.  
  162. [display]
  163. lcd_type: emulated_st7920
  164. spi_software_miso_pin: PD8 # status led, Virtual MISO
  165. spi_software_mosi_pin: PD6
  166. spi_software_sclk_pin: PB9
  167. en_pin: PB8
  168. encoder_pins: ^PA10, ^PA9
  169. click_pin: ^!PA15
  170.  
  171. [output_pin beeper]
  172. pin: PB5
  173.  
Advertisement
Add Comment
Please, Sign In to add comment