Advertisement
halo_33

kilpper_ender_3

Feb 28th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: PB13
  3. dir_pin: !PB12
  4. enable_pin: !PB14
  5. step_distance: .0125
  6. endstop_pin: ^PC0
  7. position_endstop: 0
  8. position_max: 235
  9. homing_speed: 50
  10.  
  11. [tmc2209 stepper_x]
  12. uart_pin: PB15
  13. microsteps: 16
  14. run_current: 0.580
  15. hold_current: 0.500
  16. stealthchop_threshold: 250
  17.  
  18. [stepper_y]
  19. step_pin: PB10
  20. dir_pin: !PB2
  21. enable_pin: !PB11
  22. step_distance: .0125
  23. endstop_pin: ^PC1
  24. position_endstop: 0
  25. position_max: 235
  26. homing_speed: 50
  27.  
  28. [tmc2209 stepper_y]
  29. uart_pin: PC6
  30. microsteps: 16
  31. run_current: 0.580
  32. hold_current: 0.500
  33. stealthchop_threshold: 250
  34.  
  35. [stepper_z]
  36. step_pin: PB0
  37. dir_pin: PC5
  38. enable_pin: !PB1
  39. step_distance: .0025
  40. #endstop_pin: ^PC2
  41. endstop_pin: probe:z_virtual_endstop
  42. #position_endstop: 0.00
  43. position_min: -8.0
  44. position_max: 250
  45.  
  46. [tmc2209 stepper_z]
  47. uart_pin: PC10
  48. microsteps: 16
  49. run_current: 0.580
  50. hold_current: 0.500
  51. stealthchop_threshold: 5
  52.  
  53. [extruder]
  54. step_pin: PB3
  55. dir_pin: !PB4
  56. enable_pin: !PD2
  57. step_distance: 0.01075
  58. nozzle_diameter: 0.400
  59. filament_diameter: 1.750
  60. heater_pin: PC8
  61. sensor_type: EPCOS 100K B57560G104F
  62. sensor_pin: PA0
  63. control: pid
  64. pid_Kp: 21.41
  65. pid_Ki: 1.50
  66. pid_Kd: 76.39
  67. pressure_advance: 0.1
  68. pressure_advance_lookahead_time = 0.001
  69. max_extrude_only_velocity: 50.0
  70. max_extrude_only_accel: 80.0
  71. min_temp: 0
  72. max_temp: 275
  73.  
  74. [tmc2209 extruder]
  75. uart_pin: PC11
  76. microsteps: 16
  77. run_current: 0.650
  78. hold_current: 0.500
  79. stealthchop_threshold: 5
  80.  
  81. [heater_bed]
  82. heater_pin: PC9
  83. sensor_type: ATC Semitec 104GT-2
  84. sensor_pin: PC3
  85. control: pid
  86. pid_Kp: 121.11
  87. pid_Ki: 20.15
  88. pid_Kd: 485.21
  89. min_temp: 0
  90. max_temp: 110
  91.  
  92. [fan]
  93. pin: PA8
  94.  
  95. [mcu]
  96. baud: 250000
  97. serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_36FFDA055252343533580543-if00
  98.  
  99. [printer]
  100. kinematics: cartesian
  101. max_velocity: 300
  102. max_accel: 2500
  103. max_z_velocity: 5
  104. max_z_accel: 100
  105.  
  106. [static_digital_output usb_pullup_enable]
  107. pins: !PC13
  108.  
  109. [board_pins]
  110. aliases:
  111. # EXP1 header
  112. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  113. EXP1_2=PB6, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB7, EXP1_10=<5V>
  114.  
  115. [display]
  116. lcd_type: st7920
  117. cs_pin: EXP1_7
  118. sclk_pin: EXP1_6
  119. sid_pin: EXP1_8
  120. encoder_pins: ^EXP1_5, ^EXP1_3
  121. click_pin: ^!EXP1_2
  122. #kill_pin: ^!EXP2_8
  123.  
  124.  
  125. [bltouch]
  126. sensor_pin: ^PC2
  127. control_pin: PA1
  128. x_offset: -45.7
  129. y_offset: -5.7
  130. #z_offset: -1.0
  131. position_endstop: 0.0
  132. position_max: 250.0
  133. #pin_move_time: 0.4
  134.  
  135. [bed_mesh]
  136. speed: 100
  137. mesh_min: 15,10
  138. mesh_max: 187,225
  139. horizontal_move_z: 5
  140. #min_point: 80, 20
  141. #max_point: 235, 235
  142. probe_count: 5,5
  143. fade_start: 1.0
  144. mesh_pps: 2,2
  145.  
  146. [gcode_macro G29]
  147. gcode:
  148. BED_MESH_CLEAR
  149. BED_MESH_CALIBRATE
  150. BED_MESH_OUTPUT
  151.  
  152. [safe_z_home]
  153. home_xy_position: 155,111
  154. speed: 80.0
  155. z_hop: 10.0
  156. z_hop_speed: 10.0
  157.  
  158. [display]
  159. lcd_type: st7920
  160. cs_pin: EXP1_7
  161. sclk_pin: EXP1_6
  162. sid_pin: EXP1_8
  163. encoder_pins: ^EXP1_5, ^EXP1_3
  164. click_pin: ^!EXP1_2
  165. #kill_pin: ^!EXP2_8
  166.  
  167. [output_pin beeper]
  168. pin: EXP1_1
  169.  
  170. #*# <---------------------- SAVE_CONFIG ---------------------->
  171. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  172. #*#
  173. #*# [bltouch]
  174. #*# z_offset = 1.700
  175. #*#
  176. #*# [bed_mesh default]
  177. #*# version = 1
  178. #*# points =
  179. #*# 0.210000, 0.185000, 0.127500, 0.100000, 0.107500
  180. #*# 0.177500, 0.167500, 0.132500, 0.100000, 0.055000
  181. #*# 0.137500, 0.125000, 0.037500, -0.005000, 0.012500
  182. #*# 0.165000, 0.165000, 0.127500, 0.115000, 0.085000
  183. #*# 0.297500, 0.272500, 0.227500, 0.215000, 0.227500
  184. #*# x_count = 5
  185. #*# y_count = 5
  186. #*# mesh_x_pps = 2
  187. #*# mesh_y_pps = 2
  188. #*# algo = lagrange
  189. #*# tension = 0.2
  190. #*# min_x = 15.0000000001
  191. #*# max_x = 187.0
  192. #*# min_y = 10.0
  193. #*# max_y = 225.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement