Advertisement
Pitoer

AnetE10 Arne SKR1.3+ST820

Jun 25th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ## Arnes Anet E10 Klippy / SKR 1.3 + ST820 1/32 @ X_Y_Z_E0
  2.  
  3. [stepper_x]
  4. step_pin: P2.2
  5. dir_pin: !P2.6
  6. enable_pin: !P2.1
  7. step_distance: .00625
  8. endstop_pin: P1.29
  9. position_endstop: -3
  10. position_max: 220
  11. position_min: -3
  12. homing_speed: 50
  13.  
  14. [stepper_y]
  15. step_pin: P0.19
  16. dir_pin: !P0.20
  17. enable_pin: !P2.8
  18. step_distance: .00625
  19. endstop_pin: P1.27
  20. position_endstop: -22
  21. position_min: -22
  22. position_max: 270
  23. homing_speed: 50
  24.  
  25. [stepper_z]
  26. step_pin: P0.22
  27. dir_pin: P2.11
  28. enable_pin: !P0.21
  29. step_distance: .00125
  30. endstop_pin: P1.25
  31. position_endstop: 0.5
  32. position_max: 300
  33. homing_speed: 20
  34.  
  35. ## Extruder configuration ##
  36.  
  37. [extruder]
  38. step_pin: P2.13
  39. dir_pin: !P0.11
  40. enable_pin: !P2.12
  41. step_distance: .005263‬
  42. nozzle_diameter: 0.400
  43. filament_diameter: 1.750
  44. heater_pin: P2.7
  45. sensor_type: ATC Semitec 104GT-2
  46. sensor_pin: P0.24
  47. control: pid
  48. pid_Kp: 27
  49. pid_Ki: 1.3
  50. pid_Kd: 136.09
  51. min_temp: 10
  52. max_temp: 260
  53. #pressure_advance: 0.05
  54. #pressure_advance_lookahead_time: 0.02
  55.  
  56. ## Heatbed configuration ##
  57.  
  58. [heater_bed]
  59. heater_pin: P2.5
  60. sensor_type: ATC Semitec 104GT-2
  61. sensor_pin: P0.23
  62. control: pid
  63. pid_Kp: 72.8
  64. pid_Ki: 1.2
  65. pid_Kd: 1100
  66. min_temp: 10
  67. max_temp: 130
  68.  
  69.  
  70. ## Additional configuration ##
  71.  
  72. [fan]
  73. pin: P2.3
  74. kick_start_time: 0.500
  75.  
  76. [heater_fan my_nozzle_fan]
  77. pin:P2.4
  78. heater: extruder
  79. heater_temp: 50.0
  80. fan_speed: 1.0
  81.  
  82. [mcu]
  83. serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
  84.  
  85. [printer]
  86. kinematics: cartesian
  87. max_velocity: 300
  88. max_accel: 2000
  89. max_z_velocity: 100
  90. max_z_accel: 1000
  91. square_corner_velocity: 5
  92.  
  93.  
  94. #*# <---------------------- SAVE_CONFIG ---------------------->
  95. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  96. #*#
  97. #*# [extruder]
  98. #*# control = pid
  99. #*# pid_kp = 27.0
  100. #*# pid_ki = 1.3
  101. #*# pid_kd = 136.09
  102. #*#
  103. #*# [heater_bed]
  104. #*# control = pid
  105. #*# pid_kp = 72.8
  106. #*# pid_ki = 1.2
  107. #*# pid_kd = 1100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement