Advertisement
Guest User

Untitled

a guest
Nov 19th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [bed_mesh]
  2. speed: 120
  3. horizontal_move_z: 8
  4. mesh_min: 29, 41
  5. mesh_max: 390, 390
  6. probe_count: 7, 7
  7. algorithm: bicubic
  8. fade_start: 1
  9. fade_end: 10
  10. fade_target: 0
  11.  
  12.  
  13. [screws_tilt_adjust]
  14. screw1: 64, 390
  15. screw1_name: rear left screw
  16. screw2: 403, 390
  17. screw2_name: rear right screw
  18. screw3: 403, 62
  19. screw3_name: front right screw
  20. screw4: 63, 64
  21. screw4_name: front left screw
  22. #horizontal_move_z: 10
  23. speed: 50
  24. #screw_thread: CW-M4 # Use CW for Clockwise and CCW for Counter Clockwise
  25.  
  26. [bed_screws]
  27. screw1: 35, 379 # Using rear left to take measurements as harder to reach
  28. screw1_name: rear left screw
  29. screw2: 376, 372
  30. screw2_name: rear right screw
  31. screw3: 370, 31
  32. screw3_name: front right screw
  33. screw4: 34, 36
  34. screw4_name: front left screw
  35.  
  36.  
  37. [exclude_object]
  38.  
  39. [heater_bed]
  40. heater_pin: PC9
  41. sensor_type: EPCOS 100K B57560G104F
  42. sensor_pin: PC4
  43. control: pid
  44. pid_Kp: 54.027
  45. pid_Ki: 0.770
  46. pid_Kd: 948.182
  47. min_temp: 0
  48. max_temp: 130
  49.  
  50. [include macros.cfg]
  51.  
  52. [pause_resume]
  53.  
  54. [mcu]
  55. serial:/dev/serial/by-id/usb-Klipper_stm32g0b1xx_530046000150414D39343620-if00 #/dev/serial/by-id/usb-Klipper_stm32g0b1xx_27000D000150414235363020-if00
  56. # restart_method: command
  57.  
  58. [fan]
  59. pin: PC6
  60.  
  61. [heater_fan hotend_fan]
  62. pin: PB15
  63. heater: extruder
  64. heater_temp: 50.0
  65.  
  66. [controller_fan electronic_enclosure_fan]
  67. pin: PC7
  68. idle_timeout: 60
  69.  
  70. [display]
  71. lcd_type: st7920
  72. cs_pin: PB8
  73. sclk_pin: PB9
  74. sid_pin: PD6
  75. encoder_pins: ^PA10, ^PA9
  76. click_pin: ^!PA15
  77.  
  78. [output_pin beeper]
  79. pin: PB5
  80.  
  81. [bltouch]
  82. sensor_pin: ^PC14
  83. control_pin: PA1
  84. x_offset: -36
  85. y_offset: 0
  86. z_offset: 2.00
  87.  
  88. [safe_z_home]
  89. home_xy_position: 203,194 #151,115 # Nozzle coordinates
  90. speed: 250
  91. z_hop: 10
  92. z_hop_speed: 5
  93.  
  94. [stepper_z]
  95. step_pin: PB5
  96. dir_pin: !PB6
  97. enable_pin: !PC3
  98. microsteps: 16
  99. rotation_distance: 8
  100. endstop_pin: probe:z_virtual_endstop
  101. #position_endstop: 0.0
  102. position_min: -4
  103. position_max: 410
  104.  
  105. [stepper_x]
  106. step_pin: PB13
  107. dir_pin: !PB12
  108. enable_pin: !PB14
  109. microsteps: 64
  110. rotation_distance: 40
  111. endstop_pin: ^PC0
  112. position_endstop: 0
  113. position_min: 0
  114. position_max: 407
  115. homing_speed: 50
  116.  
  117. [tmc2209 stepper_x]
  118. uart_pin: PC11
  119. tx_pin: PC10
  120. uart_address: 0
  121. run_current: 0.580
  122. interpolate: False
  123. stealthchop_threshold: 0
  124.  
  125. [stepper_y]
  126. step_pin: PB10
  127. dir_pin: !PB2
  128. enable_pin: !PB11
  129. microsteps: 64
  130. rotation_distance: 40
  131. endstop_pin: ^PC1
  132. position_endstop: -12
  133. position_min: -12
  134. position_max: 400
  135. homing_speed: 50
  136.  
  137. [tmc2209 stepper_y]
  138. uart_pin: PC11
  139. tx_pin: PC10
  140. uart_address: 2
  141. run_current: 0.580
  142. interpolate: False
  143. stealthchop_threshold: 0
  144.  
  145. [stepper_z]
  146. step_pin: PB0
  147. dir_pin: PC5
  148. enable_pin: !PB1
  149. microsteps: 64
  150. rotation_distance: 8
  151. # endstop_pin: ^PC2
  152. # position_endstop: 0.0
  153. endstop_pin: probe:z_virtual_endstop
  154. position_min: -4
  155. position_max: 400
  156.  
  157. [tmc2209 stepper_z]
  158. uart_pin: PC11
  159. tx_pin: PC10
  160. uart_address: 1
  161. run_current: 0.580
  162. interpolate: False
  163. stealthchop_threshold: 0
  164.  
  165. [extruder]
  166. step_pin: PB3
  167. dir_pin: !PB4
  168. enable_pin: !PD1
  169. microsteps: 64
  170. rotation_distance: 7.71
  171. nozzle_diameter: 0.400
  172. filament_diameter: 1.750
  173. max_extrude_only_distance: 100
  174. pressure_advance: 0.04
  175. pressure_advance_smooth_time: 0.040
  176.  
  177. heater_pin: PC8
  178. sensor_type: ATC Semitec 104GT-2
  179. sensor_pin: PA0
  180. control: pid
  181. pid_Kp: 21.527
  182. pid_Ki: 1.063
  183. pid_Kd: 108.982
  184. min_temp: 0
  185. max_temp: 300
  186.  
  187. [tmc2209 extruder]
  188. uart_pin: PC11
  189. tx_pin: PC10
  190. uart_address: 3
  191. run_current: 0.580
  192. interpolate: False
  193. stealthchop_threshold: 0
  194.  
  195. [printer]
  196. kinematics: cartesian
  197. max_velocity: 300
  198. max_accel: 3000
  199. max_z_velocity: 5
  200. max_z_accel: 100
  201.  
  202. [virtual_sdcard]
  203. path: /home/pi/printer_data/gcodes
  204. on_error_gcode: CANCEL_PRINT
  205.  
  206. [board_pins]
  207. aliases:
  208. # EXP1 header
  209. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  210. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement