Advertisement
Guest User

Untitled

a guest
Jul 5th, 2023
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. [virtual_sdcard]
  2. path: ~/gcode_files
  3.  
  4. [display_status]
  5.  
  6. [pause_resume]
  7.  
  8. [stepper_x]
  9. step_pin: PB13
  10. dir_pin: PB12
  11. enable_pin: !PB14
  12. microsteps: 16
  13. rotation_distance: 40
  14. endstop_pin: ^PC0
  15. position_endstop: 0
  16. position_max: 250
  17. homing_speed: 50
  18.  
  19. [tmc2209 stepper_x]
  20. uart_pin: PC11
  21. tx_pin: PC10
  22. uart_address: 0
  23. run_current: 0.580
  24. hold_current: 0.500
  25. stealthchop_threshold: 999999
  26.  
  27. [stepper_y]
  28. step_pin: PB10
  29. dir_pin: !PB2
  30. enable_pin: !PB11
  31. microsteps: 16
  32. rotation_distance: 40
  33. endstop_pin: ^PC1
  34. position_endstop: 150
  35. position_max: 150
  36. homing_speed: 50
  37.  
  38. [tmc2209 stepper_y]
  39. uart_pin: PC11
  40. tx_pin: PC10
  41. uart_address: 2
  42. run_current: 0.580
  43. hold_current: 0.500
  44. stealthchop_threshold: 999999
  45.  
  46. [stepper_z]
  47. step_pin: PB0
  48. dir_pin: PC5
  49. enable_pin: !PB1
  50. microsteps: 16
  51. rotation_distance: 1.588
  52. endstop_pin: probe:z_virtual_endstop
  53. position_max: 150
  54. position_min: -5
  55.  
  56. [tmc2209 stepper_z]
  57. uart_pin: PC11
  58. tx_pin: PC10
  59. uart_address: 1
  60. run_current: 0.580
  61. hold_current: 0.500
  62. stealthchop_threshold: 999999
  63.  
  64. [probe]
  65. pin: ^PC2
  66. x_offset: 25
  67. speed: 5.0
  68. samples: 3
  69. sample_retract_dist: 5.0
  70. lift_speed:5
  71. samples_result: average
  72.  
  73. [safe_z_home]
  74. home_xy_position: 117.5,75
  75. speed: 50
  76. z_hop: 5
  77. z_hop_speed: 5
  78.  
  79. [bed_mesh]
  80. speed: 120
  81. algorithm: bicubic
  82. horizontal_move_z: 5
  83. mesh_min: 25,10
  84. mesh_max: 235, 150
  85. probe_count: 8,4
  86. fade_start: 1
  87. fade_end: 10
  88.  
  89. [heater_fan extruder]
  90. pin: PC7
  91. heater: extruder
  92.  
  93. [fan]
  94. pin: PC6
  95.  
  96. [mcu]
  97. serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_37FFD8055358353212800943-if00
  98.  
  99. [mcu rpi]
  100. serial: /tmp/klipper_host_mcu
  101.  
  102. [adxl345]
  103. cs_pin: rpi:None
  104.  
  105. [resonance_tester]
  106. accel_chip: adxl345
  107. probe_points:
  108. 100, 100, 20 # an example
  109.  
  110. [input_shaper]
  111. shaper_freq_x: 29.6
  112. shaper_type_x: mzv
  113. shaper_freq_y: 46.4
  114. shaper_type_y: 2hump_ei
  115.  
  116. [printer]
  117. max_accel: 3000 # should not exceed the estimated max_accel for X and Y axes
  118.  
  119.  
  120. [printer]
  121. kinematics: cartesian
  122. max_velocity: 100
  123. max_accel: 1000
  124. max_z_velocity: 5
  125. max_z_accel: 100
  126.  
  127. [static_digital_output usb_pullup_enable]
  128. pins: !PA14
  129.  
  130. [board_pins]
  131. aliases:
  132. # EXP1 header
  133. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  134. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V>
  135.  
  136. [include heaters.cfg]
  137. [include macros.cfg]
  138.  
  139. #*# <---------------------- SAVE_CONFIG ---------------------->
  140. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  141. #*#
  142. #*# [bed_mesh default]
  143. #*# version = 1
  144. #*# points =
  145. #*# -0.390052, -0.381451, -0.364413, -0.334969, -0.333315, -0.325044, -0.317269, -0.315119
  146. #*# -0.231253, -0.209914, -0.197011, -0.181462, -0.159131, -0.148048, -0.139115, -0.122078
  147. #*# -0.081550, -0.072453, -0.055745, -0.043339, -0.030106, -0.009263, 0.005128, 0.026797
  148. #*# 0.119265, 0.130514, 0.153341, 0.175342, 0.187086, 0.216861, 0.246636, 0.260697
  149. #*# tension = 0.2
  150. #*# min_x = 25.0
  151. #*# algo = bicubic
  152. #*# y_count = 4
  153. #*# mesh_y_pps = 2
  154. #*# min_y = 10.0
  155. #*# x_count = 8
  156. #*# max_y = 149.97
  157. #*# mesh_x_pps = 2
  158. #*# max_x = 235.0
  159. #*#
  160. #*# [extruder]
  161. #*# control = pid
  162. #*# pid_kp = 38.149
  163. #*# pid_ki = 3.853
  164. #*# pid_kd = 94.420
  165. #*#
  166. #*# [heater_bed]
  167. #*# control = pid
  168. #*# pid_kp = 65.560
  169. #*# pid_ki = 0.665
  170. #*# pid_kd = 1615.231
  171. #*#
  172. #*# [probe]
  173. #*# z_offset = 0.570
  174.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement