Advertisement
Guest User

Untitled

a guest
Nov 15th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1.  
  2.  
  3. [heater_bed]
  4. heater_pin: PC9
  5. sensor_type: EPCOS 100K B57560G104F
  6. sensor_pin: PC4
  7. control: pid
  8. pid_Kp: 54.027
  9. pid_Ki: 0.770
  10. pid_Kd: 948.182
  11. min_temp: 0
  12. max_temp: 130
  13.  
  14. [include macros.cfg]
  15.  
  16. [pause_resume]
  17.  
  18. [mcu]
  19. serial:/dev/serial/by-id/usb-Klipper_stm32g0b1xx_530046000150414D39343620-if00 #/dev/serial/by-id/usb-Klipper_stm32g0b1xx_27000D000150414235363020-if00
  20. # restart_method: command
  21.  
  22. [fan]
  23. pin: PC6
  24.  
  25. [heater_fan hotend_fan]
  26. pin: PB15
  27. heater: extruder
  28. heater_temp: 50.0
  29.  
  30. [controller_fan electronic_enclosure_fan]
  31. pin: PC7
  32. idle_timeout: 60
  33.  
  34. [display]
  35. lcd_type: st7920
  36. cs_pin: PB8
  37. sclk_pin: PB9
  38. sid_pin: PD6
  39. encoder_pins: ^PA10, ^PA9
  40. click_pin: ^!PA15
  41.  
  42. [output_pin beeper]
  43. pin: PB5
  44.  
  45. [bltouch]
  46. sensor_pin: ^PC14
  47. control_pin: PA1
  48. x_offset: -36
  49. y_offset: 0
  50. z_offset: 2.00
  51.  
  52. [safe_z_home]
  53. home_xy_position: 151,115 # Nozzle coordinates
  54. speed: 250
  55. z_hop: 10
  56. z_hop_speed: 5
  57.  
  58. [stepper_z]
  59. step_pin: PB5
  60. dir_pin: !PB6
  61. enable_pin: !PC3
  62. microsteps: 16
  63. rotation_distance: 8
  64. endstop_pin: probe:z_virtual_endstop
  65. #position_endstop: 0.0
  66. position_min: -4
  67. position_max: 400
  68.  
  69. [stepper_x]
  70. step_pin: PB13
  71. dir_pin: !PB12
  72. enable_pin: !PB14
  73. microsteps: 64
  74. rotation_distance: 40
  75. endstop_pin: ^PC0
  76. position_endstop: 0
  77. position_min: 0
  78. position_max: 400
  79. homing_speed: 50
  80.  
  81. [tmc2209 stepper_x]
  82. uart_pin: PC11
  83. tx_pin: PC10
  84. uart_address: 0
  85. run_current: 0.580
  86. interpolate: False
  87. stealthchop_threshold: 0
  88.  
  89. [stepper_y]
  90. step_pin: PB10
  91. dir_pin: !PB2
  92. enable_pin: !PB11
  93. microsteps: 64
  94. rotation_distance: 40
  95. endstop_pin: ^PC1
  96. position_endstop: -12
  97. position_min: -12
  98. position_max: 400
  99. homing_speed: 50
  100.  
  101. [tmc2209 stepper_y]
  102. uart_pin: PC11
  103. tx_pin: PC10
  104. uart_address: 2
  105. run_current: 0.580
  106. interpolate: False
  107. stealthchop_threshold: 0
  108.  
  109. [stepper_z]
  110. step_pin: PB0
  111. dir_pin: PC5
  112. enable_pin: !PB1
  113. microsteps: 64
  114. rotation_distance: 8
  115. # endstop_pin: ^PC2
  116. # position_endstop: 0.0
  117. endstop_pin: probe:z_virtual_endstop
  118. position_min: -4
  119. position_max: 400
  120.  
  121. [tmc2209 stepper_z]
  122. uart_pin: PC11
  123. tx_pin: PC10
  124. uart_address: 1
  125. run_current: 0.580
  126. interpolate: False
  127. stealthchop_threshold: 0
  128.  
  129. [extruder]
  130. step_pin: PB3
  131. dir_pin: !PB4
  132. enable_pin: !PD1
  133. microsteps: 64
  134. rotation_distance: 7.71
  135. nozzle_diameter: 0.400
  136. filament_diameter: 1.750
  137. max_extrude_only_distance: 100
  138. pressure_advance: 0.04
  139. pressure_advance_smooth_time: 0.040
  140.  
  141. heater_pin: PC8
  142. sensor_type: ATC Semitec 104GT-2
  143. sensor_pin: PA0
  144. control: pid
  145. pid_Kp: 21.527
  146. pid_Ki: 1.063
  147. pid_Kd: 108.982
  148. min_temp: 0
  149. max_temp: 300
  150.  
  151. [tmc2209 extruder]
  152. uart_pin: PC11
  153. tx_pin: PC10
  154. uart_address: 3
  155. run_current: 0.580
  156. interpolate: False
  157. stealthchop_threshold: 0
  158.  
  159. [printer]
  160. kinematics: cartesian
  161. max_velocity: 300
  162. max_accel: 3000
  163. max_z_velocity: 5
  164. max_z_accel: 100
  165.  
  166. [virtual_sdcard]
  167. path: /home/pi/printer_data/gcodes
  168. on_error_gcode: CANCEL_PRINT
  169.  
  170. [board_pins]
  171. aliases:
  172. # EXP1 header
  173. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  174. 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