Hellstyrant

SV06 Klipper printer.cfg

Jan 21st, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. [include fluidd.cfg]
  2. # This file contains pin mappings for the stock Sovol SV06
  3. # To use this config, during "make menuconfig" select the
  4. # STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication.
  5. # Also, since it is using the GD32F103, please select Disable SWD at startup
  6.  
  7. # Flash this firmware by copying "out/klipper.bin" to a SD card and
  8. # turning on the printer with the card inserted. The firmware
  9. # filename must end in ".bin" and must not match the last filename
  10. # that was flashed.
  11.  
  12. # See docs/Config_Reference.md for a description of parameters.
  13. [include mainsail.cfg]
  14.  
  15. [mcu]
  16. serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
  17. restart_method: command
  18.  
  19. [printer]
  20. kinematics: cartesian
  21. max_velocity: 500
  22. max_accel: 2000
  23. max_z_velocity: 5
  24. max_z_accel: 100
  25.  
  26. [stepper_x]
  27. step_pin: PC2
  28. dir_pin: !PB9
  29. enable_pin: !PC3
  30. microsteps: 16
  31. rotation_distance: 40
  32. endstop_pin: tmc2209_stepper_x:virtual_endstop
  33. position_endstop: 0
  34. position_max: 225
  35. homing_speed: 40
  36. homing_retract_dist: 0
  37.  
  38. [tmc2209 stepper_x]
  39. uart_pin: PC1
  40. run_current: 0.860
  41. stealthchop_threshold: 180
  42. interpolate: False
  43. sense_resistor: 0.150
  44. uart_address: 3
  45. driver_SGTHRS: 80
  46. diag_pin: PA5
  47.  
  48. [stepper_y]
  49. step_pin: PB8
  50. dir_pin: PB7
  51. enable_pin: !PC3
  52. microsteps: 16
  53. rotation_distance: 40
  54. endstop_pin: tmc2209_stepper_y:virtual_endstop
  55. position_endstop: 0
  56. position_max: 225
  57. homing_speed: 40
  58. homing_retract_dist: 0
  59.  
  60. [tmc2209 stepper_y]
  61. uart_pin: PC0
  62. run_current: 0.900
  63. stealthchop_threshold: 180
  64. interpolate: False
  65. sense_resistor: 0.150
  66. uart_address: 3
  67. driver_SGTHRS: 80
  68. diag_pin: PA6
  69.  
  70. [stepper_z]
  71. step_pin: PB6
  72. dir_pin: !PB5
  73. enable_pin: !PC3
  74. microsteps: 16
  75. rotation_distance: 4
  76. endstop_pin: probe:z_virtual_endstop
  77. position_min: -4
  78. position_max: 261
  79. homing_speed: 4
  80.  
  81. [tmc2209 stepper_z]
  82. uart_pin: PA15
  83. run_current: 1.000
  84. stealthchop_threshold: 40
  85. interpolate: False
  86. sense_resistor: 0.150
  87. uart_address: 3
  88. diag_pin: PA7
  89.  
  90. [thermistor sovol_thermistor]
  91. temperature1: 25
  92. resistance1: 94162
  93. beta: 4160
  94.  
  95. [extruder]
  96. max_extrude_only_distance: 100.0
  97. step_pin: PB4
  98. dir_pin: !PB3
  99. enable_pin: !PC3
  100. microsteps: 16
  101. rotation_distance: 4.56
  102. nozzle_diameter: 0.400
  103. filament_diameter: 1.750
  104. heater_pin: PA1
  105. sensor_type: sovol_thermistor
  106. sensor_pin: PC5
  107. #control: pid
  108. #pid_kd: 86.991
  109. #pid_kp: 21.479
  110. #pid_ki: 1.326
  111. min_temp: 0
  112. max_temp: 300
  113. pressure_advance: 0.023
  114.  
  115. [tmc2209 extruder]
  116. uart_pin: PC14
  117. run_current: 0.550
  118. stealthchop_threshold: 60
  119. interpolate: False
  120. sense_resistor: 0.150
  121. uart_address: 3
  122.  
  123. [heater_bed]
  124. heater_pin: PA2
  125. sensor_type: EPCOS 100K B57560G104F
  126. sensor_pin: PC4
  127. control: pid
  128. pid_kp: 64.440
  129. pid_ki: 0.773
  130. pid_kd: 1343.571
  131. min_temp: 0
  132. max_temp: 130
  133.  
  134. [fan]
  135. pin: PA0
  136.  
  137. [probe]
  138. pin: PB1
  139. x_offset: 28
  140. y_offset: -20
  141. #z_offset: 0
  142. samples: 2
  143. samples_tolerance: 0.015
  144. samples_tolerance_retries: 5
  145.  
  146. [safe_z_home]
  147. home_xy_position: 85,135
  148. z_hop: 10
  149. z_hop_speed: 5
  150.  
  151. [bed_mesh]
  152. speed: 120
  153. horizontal_move_z: 5
  154. mesh_min: 28, 20
  155. mesh_max: 197, 205
  156. probe_count: 10
  157. algorithm: bicubic
  158. fade_start: 1
  159. fade_end: 10
  160. fade_target: 0
  161.  
  162. [display]
  163. lcd_type: st7920
  164. cs_pin: PB12
  165. sclk_pin: PB13
  166. sid_pin: PB15
  167. encoder_pins: ^PB14, ^PB10
  168. click_pin: ^!PB2
  169.  
  170. [input_shaper]
  171. shaper_freq_x: 46.948
  172. shaper_freq_y: 52.493
  173. shaper_type: ei
  174.  
  175. [temperature_sensor raspberry_pi]
  176. sensor_type: temperature_host
  177. min_temp: 10
  178. max_temp: 100
  179.  
  180. [force_move]
  181. enable_force_move: True
  182.  
  183. #*# <---------------------- SAVE_CONFIG ---------------------->
  184. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  185. #*#
  186. #*# [probe]
  187. #*# z_offset = 2.024
  188. #*#
  189. #*# [extruder]
  190. #*# control = pid
  191. #*# pid_kp = 22.539
  192. #*# pid_ki = 1.747
  193. #*# pid_kd = 72.688
  194. #*#
  195. #*# [bed_mesh default]
  196. #*# version = 1
  197. #*# points =
  198. #*# 0.046250, 0.055000, 0.070000, 0.075000, 0.082500, 0.086875, 0.076250, 0.048125, 0.007500, -0.060000
  199. #*# 0.072500, 0.065000, 0.068750, 0.064375, 0.059375, 0.059375, 0.049375, 0.035000, 0.008125, -0.042500
  200. #*# 0.018750, 0.008125, -0.007500, -0.011875, -0.020625, -0.019375, -0.020000, -0.025000, -0.033125, -0.060000
  201. #*# 0.025625, -0.002500, -0.005000, -0.026250, -0.030000, -0.027500, -0.020000, -0.015000, -0.016875, -0.027500
  202. #*# 0.006875, -0.024375, -0.043750, -0.048125, -0.064375, -0.056875, -0.031875, -0.010000, 0.000625, -0.001250
  203. #*# -0.019375, -0.033125, -0.051250, -0.058750, -0.065625, -0.053750, -0.023750, 0.013125, 0.030000, 0.036875
  204. #*# -0.048750, -0.060625, -0.070625, -0.055000, -0.061250, -0.041250, -0.017500, 0.015000, 0.038750, 0.048750
  205. #*# -0.101875, -0.102500, -0.090000, -0.078750, -0.063125, -0.040625, -0.016875, 0.005000, 0.027500, 0.028750
  206. #*# -0.116250, -0.105625, -0.081875, -0.065625, -0.041250, -0.016875, -0.001250, 0.016875, 0.026875, 0.028125
  207. #*# -0.139375, -0.117500, -0.090000, -0.059375, -0.038125, -0.020625, -0.013125, -0.009375, -0.016875, -0.043750
  208. #*# x_count = 10
  209. #*# y_count = 10
  210. #*# mesh_x_pps = 2
  211. #*# mesh_y_pps = 2
  212. #*# algo = bicubic
  213. #*# tension = 0.2
  214. #*# min_x = 28.0
  215. #*# max_x = 196.92
  216. #*# min_y = 20.0
  217. #*# max_y = 204.95
  218.  
Advertisement
Add Comment
Please, Sign In to add comment