Pitoer

ender2 config klipper

Jan 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # ender2 klipper configuration by pitör
  2.  
  3. [stepper_x]
  4. step_pin: PD7
  5. dir_pin: !PC5
  6. enable_pin: !PD6
  7. step_distance: .0125
  8. endstop_pin: ^PC2
  9. position_endstop: 0
  10. position_max: 165
  11. homing_speed: 50
  12.  
  13. [stepper_y]
  14. step_pin: PC6
  15. dir_pin: !PC7
  16. enable_pin: !PD6
  17. step_distance: .0125
  18. endstop_pin: ^PC3
  19. position_endstop: 0
  20. position_max: 165
  21. homing_speed: 50
  22.  
  23. [stepper_z]
  24. step_pin: PB3
  25. dir_pin: PB2
  26. enable_pin: !PA5
  27. step_distance: .0025
  28. endstop_pin: ^PC4
  29. position_endstop: 0.2
  30. position_max: 220
  31.  
  32. [extruder]
  33. step_pin: PB1
  34. dir_pin: !PB0
  35. enable_pin: !PD6
  36. step_distance: .00245
  37. nozzle_diameter: 0.4
  38. filament_diameter: 1.750
  39. max_extrude_only_distance: 500.0
  40. max_extrude_only_velocity: 200.0
  41. max_extrude_only_accel: 500.0
  42. heater_pin: PD5
  43. sensor_type: EPCOS 100K B57560G104F
  44. sensor_pin: PA7
  45. #control: pid
  46. #pid_Kp: 38.465
  47. #pid_Ki: 3.771
  48. #pid_Kd: 98.085
  49. min_temp: 0
  50. max_temp: 270
  51.  
  52. [heater_bed]
  53. heater_pin: PD4
  54. sensor_type: EPCOS 100K B57560G104F
  55. sensor_pin: PA6
  56. control: pid
  57. # PID Tuned for 110C
  58. pid_Kp: 72.487
  59. pid_Ki: 2.279
  60. pid_Kd: 576.275
  61. min_temp: 0
  62. max_temp: 120
  63.  
  64.  
  65. [fan]
  66. pin: PB4
  67. kick_start_time: 0.200
  68.  
  69. [mcu]
  70. serial: /dev/ttyUSB0
  71.  
  72. [idle_timeout]
  73. timeout: 360
  74.  
  75. #[virtual_sdcard]
  76. #path: ~/.octoprint/uploads/
  77.  
  78. [printer]
  79. kinematics: cartesian
  80. max_velocity: 300
  81. max_accel: 4500
  82. max_z_velocity: 5
  83. max_z_accel: 100
  84. square_corner_velocity: 5.0
  85.  
  86. #pressure_advance: 0.05
  87. #pressure_advance_lookahead_time: 0.02
  88.  
  89. [display]
  90. lcd_type: uc1701
  91. cs_pin: PA3
  92. a0_pin: PA1
  93. encoder_pins: ^PD2, ^PD3
  94. click_pin: ^!PC0
  95.  
  96. #*# <---------------------- SAVE_CONFIG ---------------------->
  97. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  98. #*#
  99. #*# [extruder]
  100. #*# control = pid
  101. #*# pid_kp = 35.139
  102. #*# pid_ki = 3.082
  103. #*# pid_kd = 100.146
Add Comment
Please, Sign In to add comment