Advertisement
baratiistok3

klipper config

Feb 2nd, 2020
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1.  
  2. [stepper_a]
  3. step_pin: P2.2
  4. dir_pin: P2.6
  5. enable_pin: !P2.1
  6. step_distance: .0125
  7. endstop_pin: P1.28
  8. homing_speed: 60
  9. position_endstop: 302.2
  10. arm_length: 269.0
  11.  
  12. [stepper_b]
  13. step_pin: P0.19
  14. dir_pin: P0.20
  15. enable_pin: !P2.8
  16. step_distance: .0125
  17. endstop_pin: P1.26
  18.  
  19. [stepper_c]
  20. step_pin: P0.22
  21. dir_pin: P2.11
  22. enable_pin: !P0.21
  23. step_distance: .0125
  24. endstop_pin: P1.24
  25.  
  26. [extruder]
  27. step_pin: P2.13
  28. dir_pin: !P0.11
  29. enable_pin: !P2.12
  30. step_distance: .0023923
  31. nozzle_diameter: 0.300
  32. filament_diameter: 1.750
  33. heater_pin: P2.7
  34. sensor_type: EPCOS 100K B57560G104F
  35. sensor_pin: P0.24
  36. min_extrude_temp: 150
  37. min_temp: 0
  38. max_temp: 275
  39. #control: pid
  40. #pid_Kp: 22.2
  41. #pid_Ki: 1.08
  42. #pid_Kd: 114
  43.  
  44. [heater_bed]
  45. heater_pin: P2.5
  46. sensor_type: EPCOS 100K B57560G104F
  47. sensor_pin: P0.23
  48. min_temp: 0
  49. max_temp: 130
  50. control: pid
  51. pid_kp: 73.517
  52. pid_ki: 1.132
  53. pid_kd: 1193.728
  54.  
  55. [fan]
  56. pin: P2.3
  57.  
  58. [mcu]
  59. serial: /dev/serial/by-id/usb-Klipper_lpc1768_1070FF13261136AF3EF05F5BC32000F5-if00
  60.  
  61. [printer]
  62. kinematics: delta
  63. max_velocity: 500
  64. max_accel: 3000
  65. max_z_velocity: 200
  66. delta_radius: 134.4
  67. # if you want to DELTA_CALIBRATE you may need that
  68. minimum_z_position: -5
  69.  
  70. # if you want to use your probe for DELTA_CALIBRATE you will need that
  71. [probe]
  72. pin: P1.25
  73. z_offset: 15.9
  74. samples: 3
  75.  
  76. [idle_timeout]
  77. timeout: 360
  78.  
  79. [delta_calibrate]
  80. radius: 115
  81. horizontal_move_z = 25
  82.  
  83. [board_pins]
  84. aliases:
  85. # EXP1 header
  86. EXP1_1=P1.30, EXP1_3=P1.18, EXP1_5=P1.20, EXP1_7=P1.22, EXP1_9=<GND>,
  87. EXP1_2=P0.28, EXP1_4=P1.19, EXP1_6=P1.21, EXP1_8=P1.23, EXP1_10=<5V>,
  88. # EXP2 header
  89. EXP2_1=P0.17, EXP2_3=P3.26, EXP2_5=P3.25, EXP2_7=P1.31, EXP2_9=<GND>,
  90. EXP2_2=P0.15, EXP2_4=P0.16, EXP2_6=P0.18, EXP2_8=<RST>, EXP2_10=<NC>
  91. # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "ssp0"
  92.  
  93.  
  94.  
  95. ######################################################################
  96. # "RepRapDiscount 2004 Smart Controller" type displays
  97. ######################################################################
  98.  
  99. [display]
  100. lcd_type: hd44780
  101. rs_pin: EXP1_4
  102. e_pin: EXP1_3
  103. d4_pin: EXP1_5
  104. d5_pin: EXP1_6
  105. d6_pin: EXP1_7
  106. d7_pin: EXP1_8
  107. encoder_pins: ^EXP2_3, ^EXP2_5
  108. click_pin: ^!EXP1_2
  109.  
  110. [output_pin beeper]
  111. pin: EXP1_1
  112.  
  113.  
  114.  
  115. [tmc2130 stepper_a]
  116. cs_pin: P1.17
  117. spi_software_miso_pin: P0.5
  118. spi_software_mosi_pin: P4.28
  119. spi_software_sclk_pin: P0.4
  120. diag1_pin: P1.29
  121. microsteps: 16
  122. run_current: 0.800
  123. hold_current: 0.500
  124. stealthchop_threshold: 250
  125.  
  126. [tmc2130 stepper_b]
  127. cs_pin: P1.15
  128. spi_software_miso_pin: P0.5
  129. spi_software_mosi_pin: P4.28
  130. spi_software_sclk_pin: P0.4
  131. diag1_pin: P1.27
  132. microsteps: 16
  133. run_current: 0.800
  134. hold_current: 0.500
  135. stealthchop_threshold: 250
  136.  
  137. [tmc2130 stepper_c]
  138. cs_pin: P1.10
  139. spi_software_miso_pin: P0.5
  140. spi_software_mosi_pin: P4.28
  141. spi_software_sclk_pin: P0.4
  142. diag1_pin: P1.25
  143. microsteps: 16
  144. run_current: 0.800
  145. hold_current: 0.500
  146. stealthchop_threshold: 250
  147.  
  148. #*# <---------------------- SAVE_CONFIG ---------------------->
  149. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  150. #*#
  151. #*# [extruder]
  152. #*# control = pid
  153. #*# pid_kp = 18.202
  154. #*# pid_ki = 0.809
  155. #*# pid_kd = 102.385
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement