Advertisement
Guest User

Untitled

a guest
Nov 6th, 2022
4,418
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: PA5
  3. dir_pin: PA4
  4. enable_pin: !PC3
  5. microsteps: 32
  6. rotation_distance: 40
  7. position_endstop: -38
  8. position_min:-38
  9. position_max: 229
  10. homing_speed: 40
  11. endstop_pin: tmc2209_stepper_x:virtual_endstop
  12. homing_retract_dist: 0
  13.  
  14. [tmc2209 stepper_x]
  15. uart_pin: PA15
  16. #tx_pin: PA9
  17. uart_address: 3
  18. #select_pins: !PB4
  19. diag_pin: ^PA6
  20. driver_SGTHRS: 50
  21. run_current: 0.6
  22. stealthchop_threshold: 999999
  23. interpolate: True
  24.  
  25. [stepper_y]
  26. step_pin: PC4
  27. dir_pin: PA7
  28. enable_pin: !PC3
  29. microsteps: 32
  30. rotation_distance: 40
  31. position_endstop: -4 #Needs adjustment, i have custom carriage
  32. position_min:-4
  33. position_max: 229
  34. homing_speed: 40
  35. endstop_pin: tmc2209_stepper_y:virtual_endstop
  36. homing_retract_dist: 0
  37.  
  38. [tmc2209 stepper_y]
  39. uart_pin: PA15
  40. #tx_pin: PA9
  41. #select_pins: !PB4
  42. uart_address: 1
  43. run_current: 0.6
  44. diag_pin: ^PC5 # Set to MCU pin connected to TMC DIAG pin
  45. driver_SGTHRS: 80 # 255 is most sensitive value, 0 is least sensitive
  46. stealthchop_threshold: 999999
  47.  
  48. [probe]
  49. pin: PB8
  50. x_offset: 43.5
  51. y_offset: 4.7
  52. z_offset: 1.5
  53. samples: 5
  54. samples_result: average
  55. samples_tolerance: 0.05
  56. samples_tolerance_retries: 5
  57. sample_retract_dist: 0.5
  58. speed:1
  59. lift_speed:5
  60.  
  61. [stepper_z]
  62. step_pin: PC7
  63. dir_pin: !PC6
  64. enable_pin: !PC3
  65. microsteps: 256
  66. rotation_distance: 4
  67. endstop_pin: probe:z_virtual_endstop
  68. #endstop_pin: PB8
  69. #position_endstop: 1.35
  70. position_min: -5
  71. position_max: 230
  72. homing_speed: 5
  73. second_homing_speed:1
  74. homing_retract_dist: 2.3
  75.  
  76. [tmc2209 stepper_z]
  77. uart_pin: PA15
  78. #tx_pin: PA9
  79. #select_pins: !PB4
  80. uart_address: 2
  81. run_current: 0.6
  82. diag_pin: ^PA8 # Set to MCU pin connected to TMC DIAG pin
  83. driver_SGTHRS: 50 # 255 is most sensitive value, 0 is least sensitive
  84. stealthchop_threshold: 999999
  85.  
  86. [extruder]
  87. max_extrude_only_distance: 100.0
  88. step_pin: PC14
  89. dir_pin: PC15
  90. enable_pin: !PC3
  91. microsteps: 64
  92. rotation_distance: 8.204
  93. nozzle_diameter: 0.400
  94. filament_diameter: 1.750
  95. heater_pin: PA1
  96. sensor_type: EPCOS 100K B57560G104F #Might need adjustment, i have new temp sensor along with V6 heatblock and heatbreak.
  97. sensor_pin: PC1
  98. pressure_advance: 0.05
  99. #control: pid
  100. # tuned for stock hardware with 200 degree Celsius target
  101. #pid_Kp: 21.527
  102. #pid_Ki: 1.063
  103. #pid_Kd: 108.982
  104. min_temp: 0
  105. min_extrude_temp: 0
  106. max_temp: 300 #Stock is 250
  107.  
  108. [firmware_retraction]
  109. retract_length:0.5 #stock is more than 2
  110. retract_speed:20
  111. unretract_extra_length:0
  112. unretract_speed:20
  113.  
  114. [tmc2208 extruder]
  115. uart_pin: PA15
  116. run_current: 0.7
  117. stealthchop_threshold: 999999
  118.  
  119. [heater_bed]
  120. heater_pin: PA0
  121. sensor_type: EPCOS 100K B57560G104F
  122. sensor_pin: PC0
  123. #control: pid
  124. # tuned for stock hardware with 50 degree Celsius target
  125. #pid_Kp: 54.027
  126. #pid_Ki: 0.770
  127. #pid_Kd: 948.182
  128. min_temp: 0
  129. max_temp: 130
  130.  
  131. [safe_z_home]
  132. home_xy_position: 70.5, 109.3 # Change coordinates to the center of your print bed
  133. speed: 50
  134. z_hop: 5 # Move up 5mm
  135. z_hop_speed: 10
  136.  
  137. [bed_mesh]
  138. speed: 50
  139. horizontal_move_z: 2
  140. mesh_min: 19, 19
  141. mesh_max: 210, 210
  142. probe_count: 6, 6
  143.  
  144. [controller_fan controller_fan]
  145. pin: PA14
  146. fan_speed: 0.7
  147.  
  148. [heater_fan extruder_fan]
  149. pin: PA13
  150. heater_temp: 65.0
  151.  
  152. [fan]
  153. pin: PB9
  154.  
  155. [mcu]
  156. serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
  157. restart_method: command
  158.  
  159.  
  160. [printer]
  161. kinematics: cartesian
  162. max_velocity: 300
  163. max_accel: 4000
  164. max_z_velocity: 20
  165. max_z_accel: 20
  166.  
  167. [virtual_sdcard]
  168. path: /home/orangepi/gcode_files
Advertisement
Comments
  • Oursomiel
    1 year
    # text 0.35 KB | 0 0
    1. Hi mate, first of all thanks as I've been using your config for a while. I had no issue so far but lately my x axis doesn't seem to recognize the endsotp, producing an awful noise anytime it home the x axis (axis not recognizing the end of the road. I was wondering if this could come from the config? Although, I had no issue for several months with that.
Add Comment
Please, Sign In to add comment
Advertisement