Advertisement
baratiistok3

klipper_config

Jan 10th, 2020
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # This file contains a configuration for the "Anycubic Kossel Linear
  2. # Plus Large Printing Size", "Anycubic Kossel Pulley Plus Large
  3. # Printing Size" and similar delta printer from 2017.
  4. # The Anycubic delta printers use the TriGorilla board which is an
  5. # AVR ATmega2560 Arduino + RAMPS compatible board.
  6. # To use this config, the firmware should be compiled for the AVR atmega2560.
  7.  
  8. # See the example.cfg file for a description of available parameters.
  9.  
  10. [stepper_a]
  11. step_pin: ar54
  12. dir_pin: !ar55
  13. enable_pin: !ar38
  14. step_distance: .0125
  15. endstop_pin: ^ar2
  16. homing_speed: 60
  17. # The next parameter needs to be adjusted for
  18. # your printer. You may want to start with 280
  19. # and meassure the distance from nozzle to bed.
  20. # This value then needs to be added.position_endstop: 295.6
  21. position_endstop: 295.6
  22. #position_endstop: 280.6
  23. arm_length: 269.0
  24.  
  25. [stepper_b]
  26. step_pin: ar60
  27. dir_pin: !ar61
  28. enable_pin: !ar56
  29. step_distance: .0125
  30. endstop_pin: ^ar15
  31.  
  32. [stepper_c]
  33. step_pin: ar46
  34. dir_pin: !ar48
  35. enable_pin: !ar62
  36. step_distance: .0125
  37. endstop_pin: ^ar19
  38.  
  39. [extruder]
  40. step_pin: ar26
  41. dir_pin: !ar28
  42. enable_pin: !ar24
  43. step_distance: 0.0104166
  44. nozzle_diameter: 0.400
  45. filament_diameter: 1.750
  46. heater_pin: ar10
  47. sensor_type: EPCOS 100K B57560G104F
  48. sensor_pin: analog13
  49. #control: pid
  50. #pid_Kp: 25.349
  51. #pid_Ki: 1.216
  52. #pid_Kd: 132.130
  53. min_extrude_temp: 150
  54. min_temp: 0
  55. max_temp: 275
  56.  
  57. [heater_bed]
  58. heater_pin: ar8
  59. sensor_type: EPCOS 100K B57560G104F
  60. sensor_pin: analog14
  61. #control: pid
  62. #pid_kp: 73.517
  63. #pid_ki: 1.132
  64. #pid_kd: 1193.728
  65. min_temp: 0
  66. max_temp: 130
  67.  
  68. [fan]
  69. pin: ar9
  70. kick_start_time: 0.200
  71.  
  72. [heater_fan extruder_cooler_fan]
  73. pin: ar44
  74.  
  75. # if you want to use your probe for DELTA_CALIBRATE you will need that
  76. [probe]
  77. pin: ^ar18
  78. z_offset: 15.9
  79. samples: 3
  80.  
  81.  
  82. [bed_mesh]
  83. speed = 50
  84. min_point = -85,-85
  85. max_point = 85,85
  86. probe_count = 3,3
  87. horizontal_move_z = 25
  88.  
  89. [mcu]
  90. serial: /dev/ttyUSB0
  91. pin_map: arduino
  92.  
  93. [printer]
  94. kinematics: delta
  95. max_velocity: 500
  96. max_accel: 3000
  97. max_z_velocity: 200
  98. delta_radius: 134.4
  99. # if you want to DELTA_CALIBRATE you may need that
  100. minimum_z_position: -5
  101.  
  102. [idle_timeout]
  103. timeout: 360
  104.  
  105. [delta_calibrate]
  106. radius: 115
  107.  
  108. # "RepRapDiscount 2004 Smart Controller" type displays
  109. [display]
  110. lcd_type: hd44780
  111. rs_pin: ar16
  112. e_pin: ar17
  113. d4_pin: ar23
  114. d5_pin: ar25
  115. d6_pin: ar27
  116. d7_pin: ar29
  117. encoder_pins: ^ar31, ^ar33
  118. click_pin: ^!ar35
  119. kill_pin: ^!ar41
  120.  
  121. #*# <---------------------- SAVE_CONFIG ---------------------->
  122. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  123. #*#
  124. #*# [extruder]
  125. #*# control = pid
  126. #*# pid_kp = 12.343
  127. #*# pid_ki = 0.407
  128. #*# pid_kd = 93.495
  129. #*#
  130. #*# [heater_bed]
  131. #*# control = pid
  132. #*# pid_kp = 62.988
  133. #*# pid_ki = 0.954
  134. #*# pid_kd = 1039.308
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement