Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2021
1,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. [include lcd_tweaks.cfg]
  2. [include macros.cfg]
  3. [include temp_sensor.cfg]
  4.  
  5. [stepper_x]
  6. step_pin: PB13
  7. dir_pin: PB12
  8. enable_pin: !PB14
  9. step_distance: 0.0125
  10. endstop_pin: ^!PC0
  11. position_endstop: 250
  12. position_min: 0
  13. position_max: 250
  14. homing_speed: 70
  15. homing_positive_dir: true
  16.  
  17. [tmc2209 stepper_x]
  18. uart_pin: PC11
  19. tx_pin: PC10
  20. uart_address: 0
  21. microsteps: 16
  22. run_current: 0.5
  23. hold_current: 0.3
  24. interpolate: True
  25. stealthchop_threshold: 250
  26. #stealthchop_threshold: 0
  27.  
  28.  
  29. [stepper_y]
  30. step_pin: PB3
  31. dir_pin: !PB4
  32. enable_pin: !PD2
  33. step_distance: 0.0125
  34. endstop_pin: ^!PC1
  35. position_endstop: 220
  36. #position_endstop: 250
  37. position_min: 0
  38. position_max: 220
  39. homing_speed: 70
  40. homing_positive_dir: true
  41.  
  42. [tmc2209 stepper_y]
  43. uart_pin: PC11
  44. tx_pin: PC10
  45. uart_address: 3
  46. microsteps: 16
  47. run_current: 0.5
  48. hold_current: 0.3
  49. interpolate: True
  50. stealthchop_threshold: 250
  51. #stealthchop_threshold: 0
  52.  
  53. [stepper_z]
  54. step_pin: PB0
  55. dir_pin: PC5
  56. enable_pin: !PB1
  57. step_distance: .0125
  58. endstop_pin: probe:z_virtual_endstop
  59. position_max: 250
  60. homing_speed: 40
  61. position_min: -3.0
  62.  
  63. [tmc2209 stepper_z]
  64. uart_pin: PC11
  65. tx_pin: PC10
  66. uart_address: 1
  67. microsteps: 16
  68. run_current: 0.5
  69. hold_current: 0.3
  70. interpolate: True
  71. stealthchop_threshold: 250
  72. #stealthchop_threshold: 0
  73.  
  74. #[input_shaper]
  75. #shaper_freq_x: 47.69
  76. #shaper_freq_y: 44.54
  77. #shaper_type: ei
  78.  
  79. [homing_override]
  80. axes: z
  81. set_position_z: 0
  82. gcode:
  83. G90
  84. G0 Z5 F500
  85. G28 X0 Y0
  86. G0 X125 Y100 F9000
  87. G28 Z0
  88. G0 Z5 F500
  89.  
  90. [bed_mesh]
  91. speed: 150
  92. horizontal_move_z: 5
  93. mesh_min: 25,35.0
  94. mesh_max: 225.0,210
  95. probe_count: 5,5
  96. # the following valued is calculated with: [(probe_count x probe_count)-1] / 2
  97. relative_reference_index: 12
  98. algorithm: bicubic
  99. #algorithm: lagrange
  100. fade_start: 1
  101. fade_end: 10
  102. fade_target: 0
  103.  
  104. [probe]
  105. pin: ^PC2
  106. x_offset: 0.0
  107. y_offset: 25.0
  108. #z_offset: 1.85
  109. speed: 40
  110. samples: 2
  111.  
  112. [extruder]
  113. max_extrude_only_distance: 700.0
  114. max_extrude_cross_section: 2
  115. step_pin: PB10
  116. dir_pin: PB2
  117. enable_pin: !PB11
  118. #Afterburner steps:
  119. step_distance: 0.00239605344
  120. #M4 steps:
  121. #step_distance: 0.0008685
  122. nozzle_diameter: 0.400
  123. filament_diameter: 1.750
  124. heater_pin: PC8
  125. pressure_advance: 0.07
  126. pressure_advance_smooth_time: 0.040
  127. sensor_type: ATC Semitec 104GT-2
  128.  
  129. sensor_pin: PA0
  130. #control = pid
  131. #pid_kp = 18.973
  132. #pid_ki = 0.771
  133. #pid_kd = 116.683
  134. min_extrude_temp: 15
  135. min_temp: 0
  136. max_temp: 270
  137.  
  138. [tmc2209 extruder]
  139. uart_pin: PC11
  140. tx_pin: PC10
  141. uart_address: 2
  142. microsteps: 16
  143. run_current: 0.4
  144. hold_current: 0.4
  145. interpolate: false
  146.  
  147. [firmware_retraction]
  148. retract_length: 1
  149. retract_speed: 50
  150. unretract_speed: 50
  151.  
  152. [heater_fan my_controller_fan]
  153. pin: PA1
  154. max_power: 1.00
  155. kick_start_time: 0.100
  156. heater: heater_bed
  157. heater_temp: 50.0
  158. #idle_timeout: 5
  159.  
  160. [heater_bed]
  161. heater_pin: PC9
  162. sensor_type: ATC Semitec 104GT-2
  163. sensor_pin: PC3
  164. #control = pid
  165. #pid_kp = 60.695
  166. #pid_ki = 1.073
  167. #pid_kd = 858.069
  168. min_temp: 0
  169. max_temp: 130
  170.  
  171. [verify_heater heater_bed]
  172. max_error: 240
  173. hysteresis: 10
  174.  
  175. [fan]
  176. pin: PC6
  177.  
  178. # thermally controlled hotend fan
  179. [heater_fan my_nozzle_fan]
  180. pin: PC7
  181. max_power: 1.0
  182. kick_start_time: 0.100
  183. heater: extruder
  184. heater_temp: 50.0
  185. fan_speed: 0.7
  186.  
  187. [mcu]
  188. serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_35FFD3054246303323730257-if00
  189. restart_method: command
  190.  
  191. [force_move]
  192. enable_force_move: True
  193.  
  194. [printer]
  195. kinematics: corexz
  196. max_velocity: 200
  197. max_accel: 2500
  198. max_accel_to_decel: 2500
  199. max_z_velocity: 50
  200. max_z_accel: 1000
  201. square_corner_velocity: 4.0
  202.  
  203. [static_digital_output usb_pullup_enable]
  204. pins: !PA14
  205.  
  206. [output_pin case_light]
  207. pin: PC14
  208. value: 0
  209. shutdown_value: 0
  210.  
  211. [display]
  212. # FYSETC mini12864 LCD Display v2.1
  213. lcd_type: uc1701
  214. cs_pin: PB8
  215. a0_pin: PB15
  216. rst_pin: PB9
  217. encoder_pins: ^PA9,^PA10
  218. click_pin: ^!PB5
  219. contrast: 63
  220. spi_software_sclk_pin: PA5
  221. spi_software_mosi_pin: PA7
  222. spi_software_miso_pin: PA6
  223. display_group: __voron_display
  224.  
  225. [neopixel fysetc_mini12864]
  226. # To control Neopixel RGB in mini12864 display
  227. pin: PA15
  228. chain_count: 3
  229. initial_RED: 0.0
  230. initial_GREEN: 0.0
  231. initial_BLUE: 1.0
  232. color_order: GRB
  233.  
  234. #[moonraker]
  235. #trusted_clients:
  236. # 192.168.1.0/24
  237.  
  238. [virtual_sdcard]
  239. path: ~/sdcard
  240.  
  241.  
  242. [pause_resume]
  243. [display_status]
  244.  
  245. #*# <---------------------- SAVE_CONFIG ---------------------->
  246. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  247. #*#
  248. #*# [bed_mesh default]
  249. #*# version = 1
  250. #*# points =
  251. #*# -0.018750, -0.125000, -0.150000, -0.150000, -0.006250
  252. #*# 0.081250, 0.037500, 0.006250, -0.050000, 0.081250
  253. #*# 0.118750, 0.056250, 0.000000, 0.006250, -0.037500
  254. #*# 0.218750, 0.125000, -0.018750, 0.012500, -0.068750
  255. #*# 0.243750, 0.012500, -0.037500, -0.131250, -0.112500
  256. #*# tension = 0.2
  257. #*# min_x = 25.0
  258. #*# algo = bicubic
  259. #*# y_count = 5
  260. #*# mesh_y_pps = 2
  261. #*# min_y = 35.0
  262. #*# x_count = 5
  263. #*# max_y = 210.0
  264. #*# mesh_x_pps = 2
  265. #*# max_x = 225.0
  266. #*#
  267. #*# [heater_bed]
  268. #*# control = pid
  269. #*# pid_kp = 58.221
  270. #*# pid_ki = 0.958
  271. #*# pid_kd = 884.234
  272. #*#
  273. #*# [extruder]
  274. #*# control = pid
  275. #*# pid_kp = 22.272
  276. #*# pid_ki = 1.116
  277. #*# pid_kd = 111.083
  278. #*#
  279. #*# [probe]
  280. #*# z_offset = 2.506
  281.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement