Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. [filament_switch_sensor Filament_Switch_Sensor]
  2. switch_pin: PC12
  3. pause_on_runout: False
  4. #runout_gcode: PAUSE M117
  5. #Filament switch runout insert_gcode: M117 Filament switch inserted
  6.  
  7. [filament_motion_sensor Filament_motion_sensor]
  8. switch_pin: PC15
  9. extruder: extruder
  10. detection_length: 2.88
  11. pause_on_runout: False
  12. #runout_gcode: PAUSE M117
  13. #Filament motion runout insert_gcode: M117 Filament motion inserted
  14.  
  15. #[filament_switch_sensor filament_sensor]
  16. #switch_pin: !PA4 # "Pulled-high"
  17. #pause_on_runout: True
  18. #insert_gcode:
  19. #M117 Insert Detected
  20. #{ action_respond_info("Insert Detected") }
  21. #runout_gcode:
  22. #M117 Runout Detected
  23. #{ action_respond_info("Runout Detected") }
  24. #CONDITIONAL_BEEP i=3 dur=300 freq=400
  25.  
  26. [temperature_sensor raspberry_pi]
  27. sensor_type: temperature_host
  28. min_temp: 10
  29. max_temp: 100
  30.  
  31. [temperature_sensor SKR_Mini_E3_V2]
  32. sensor_type: temperature_mcu
  33. min_temp: 0
  34. max_temp: 100
  35.  
  36. #[adxl345]
  37. #cs_pin: rpi:None
  38.  
  39. #[resonance_tester]
  40. #accel_chip: adxl345
  41. #probe_points:
  42. #200, 200, 20
  43.  
  44. [bed_mesh]
  45. speed: 120
  46. horizontal_move_z: 8
  47. mesh_min: 53,24
  48. mesh_max: 420, 384
  49. probe_count: 7, 7
  50. algorithm: bicubic
  51. fade_start: 1
  52. fade_end: 10
  53. fade_target: 0
  54.  
  55.  
  56. [screws_tilt_adjust]
  57. screw1: 80, 378
  58. screw1_name: rear left screw
  59. screw2: 420, 372
  60. screw2_name: rear right screw
  61. screw3: 418, 32
  62. screw3_name: front right screw
  63. screw4: 80, 38
  64. screw4_name: front left screw
  65. horizontal_move_z: 10
  66. speed: 50
  67. screw_thread: CW-M4 # Use CW for Clockwise and CCW for Counter Clockwise
  68.  
  69. [bed_screws]
  70. screw1: 31, 368 # Using rear left to take measurements as harder to reach
  71. screw1_name: rear left screw
  72. screw2: 371, 362
  73. screw2_name: rear right screw
  74. screw3: 371, 23
  75. screw3_name: front right screw
  76. screw4: 31, 28
  77. screw4_name: front left screw
  78.  
  79.  
  80. [exclude_object]
  81.  
  82. [heater_bed]
  83. heater_pin: PC9
  84. sensor_type: EPCOS 100K B57560G104F
  85. sensor_pin: PC4
  86. control: pid
  87. pid_Kp: 54.027
  88. pid_Ki: 0.770
  89. pid_Kd: 948.182
  90. min_temp: 0
  91. max_temp: 130
  92.  
  93. [include macros.cfg]
  94.  
  95. [include Line_Purge.cfg]
  96.  
  97. [pause_resume]
  98.  
  99. [mcu]
  100. serial:/dev/serial/by-id/usb-Klipper_stm32g0b1xx_530046000150414D39343620-if00 #/dev/serial/by-id/usb-Klipper_stm32g0b1xx_530046000150414D39343620-if00 #/dev/serial/by-id/usb-Klipper_stm32g0b1xx_27000D000150414235363020-if00
  101. # restart_method: command
  102.  
  103. [fan]
  104. pin: PC6
  105.  
  106. [heater_fan hotend_fan]
  107. pin: PB15
  108. heater: extruder
  109. heater_temp: 50.0
  110.  
  111. [controller_fan electronic_enclosure_fan]
  112. pin: PC7
  113. idle_timeout: 60
  114.  
  115. [display]
  116. lcd_type: st7920
  117. cs_pin: PB8
  118. sclk_pin: PB9
  119. sid_pin: PD6
  120. encoder_pins: ^PA10, ^PA9
  121. click_pin: ^!PA15
  122.  
  123. [output_pin beeper]
  124. pin: PB5
  125.  
  126. [bltouch]
  127. sensor_pin: ^PC14
  128. control_pin: PA1
  129. x_offset: 0 #-36
  130. y_offset: 0 #-3 #-8 #-10 #-36 #0
  131. #z_offset: 5 #2.00
  132.  
  133. [safe_z_home]
  134. home_xy_position: 248, 202 #203,194 #151,115 # Nozzle coordinates
  135. speed: 250
  136. z_hop: 10
  137. z_hop_speed: 5
  138.  
  139. [stepper_z]
  140. step_pin: PB5
  141. dir_pin: !PB6
  142. enable_pin: !PC3
  143. microsteps: 16
  144. rotation_distance: 8
  145. endstop_pin: probe:z_virtual_endstop
  146. #position_endstop: 0.0
  147. position_min: -4
  148. position_max: 410
  149.  
  150. [stepper_x]
  151. step_pin: PB13
  152. dir_pin: !PB12
  153. enable_pin: !PB14
  154. microsteps: 64
  155. rotation_distance: 40
  156. endstop_pin: ^PC0
  157. position_endstop: 0
  158. position_min: 0
  159. position_max: 440 #420 #407
  160. homing_speed: 50
  161.  
  162. [tmc2209 stepper_x]
  163. uart_pin: PC11
  164. tx_pin: PC10
  165. uart_address: 0
  166. run_current: 0.580
  167. interpolate: False
  168. stealthchop_threshold: 0
  169.  
  170. [stepper_y]
  171. step_pin: PB10
  172. dir_pin: !PB2
  173. enable_pin: !PB11
  174. microsteps: 64
  175. rotation_distance: 40
  176. endstop_pin: ^PC1
  177. position_endstop: -12
  178. position_min: -12
  179. position_max: 400
  180. homing_speed: 50
  181.  
  182. [tmc2209 stepper_y]
  183. uart_pin: PC11
  184. tx_pin: PC10
  185. uart_address: 2
  186. run_current: 0.580
  187. interpolate: False
  188. stealthchop_threshold: 0
  189.  
  190. [stepper_z]
  191. step_pin: PB0
  192. dir_pin: PC5
  193. enable_pin: !PB1
  194. microsteps: 64
  195. rotation_distance: 8
  196. # endstop_pin: ^PC2
  197. # position_endstop: 0.0
  198. endstop_pin: probe:z_virtual_endstop
  199. position_min: -4
  200. position_max: 400
  201.  
  202. [tmc2209 stepper_z]
  203. uart_pin: PC11
  204. tx_pin: PC10
  205. uart_address: 1
  206. run_current: 0.580
  207. interpolate: False
  208. stealthchop_threshold: 0
  209.  
  210. [extruder]
  211. step_pin: PB3
  212. dir_pin: !PB4
  213. enable_pin: !PD1
  214. microsteps: 64
  215. rotation_distance: 7.71
  216. nozzle_diameter: 0.400
  217. filament_diameter: 1.750
  218. max_extrude_only_distance: 100
  219. pressure_advance: 0.04
  220. pressure_advance_smooth_time: 0.040
  221.  
  222. heater_pin: PC8
  223. sensor_type: ATC Semitec 104GT-2
  224. sensor_pin: PA0
  225. control: pid
  226. pid_Kp: 21.527
  227. pid_Ki: 1.063
  228. pid_Kd: 108.982
  229. min_temp: 0
  230. max_temp: 300
  231.  
  232. [tmc2209 extruder]
  233. uart_pin: PC11
  234. tx_pin: PC10
  235. uart_address: 3
  236. run_current: 0.580
  237. interpolate: False
  238. stealthchop_threshold: 0
  239.  
  240. [printer]
  241. kinematics: cartesian
  242. max_velocity: 300
  243. max_accel: 3000
  244. max_z_velocity: 5
  245. max_z_accel: 100
  246.  
  247. [virtual_sdcard]
  248. path: /home/pi/printer_data/gcodes
  249. on_error_gcode: CANCEL_PRINT
  250.  
  251. [board_pins]
  252. aliases:
  253. # EXP1 header
  254. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  255. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
  256.  
  257. #*# <---------------------- SAVE_CONFIG ---------------------->
  258. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  259. #*#
  260. #*# [bed_mesh default]
  261. #*# version = 1
  262. #*# points =
  263. #*# 0.897500, 0.858750, 0.745625, 0.729375, 0.730000, 0.722500, 0.726875
  264. #*# 0.305000, 0.276875, 0.194375, 0.219375, 0.200625, 0.235625, 0.278125
  265. #*# 0.098125, 0.133125, 0.075000, 0.077500, 0.086875, 0.120000, 0.115000
  266. #*# -0.020000, 0.007500, -0.044375, -0.025000, -0.010000, 0.012500, 0.058750
  267. #*# 0.052500, 0.113750, 0.085625, 0.090000, 0.083750, 0.117500, 0.098125
  268. #*# 0.252500, 0.273750, 0.250000, 0.237500, 0.237500, 0.260625, 0.281875
  269. #*# 0.641875, 0.680000, 0.602500, 0.574375, 0.625000, 0.612500, 0.594375
  270. #*# x_count = 7
  271. #*# y_count = 7
  272. #*# mesh_x_pps = 2
  273. #*# mesh_y_pps = 2
  274. #*# algo = bicubic
  275. #*# tension = 0.2
  276. #*# min_x = 53.0
  277. #*# max_x = 419.96
  278. #*# min_y = 24.0
  279. #*# max_y = 384.0
  280. #*#
  281. #*# [bltouch]
  282. #*# z_offset = 1.550
  283.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement