Tom_Neverwinter

Creality Ender 3 S1 Pro [Klipper] 6/26/2024

Jul 2nd, 2024 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. [stepper_x]
  2. step_pin = PC2
  3. dir_pin = PB9
  4. enable_pin = !PC3
  5. microsteps = 16
  6. rotation_distance = 40
  7. endstop_pin = !PA5
  8. position_endstop = -10
  9. position_max = 250
  10. position_min = -15
  11. homing_speed = 50
  12.  
  13. [stepper_y]
  14. step_pin = PB8
  15. dir_pin = PB7
  16. enable_pin = !PC3
  17. microsteps = 16
  18. rotation_distance = 40
  19. endstop_pin = !PA6
  20. position_endstop = -10
  21. position_max = 225
  22. position_min = -15
  23. homing_speed = 50
  24.  
  25. [stepper_z]
  26. step_pin = PB6
  27. dir_pin = !PB5
  28. enable_pin = !PC3
  29. microsteps = 16
  30. rotation_distance = 8
  31. endstop_pin = probe:z_virtual_endstop
  32. position_max = 270
  33. position_min = -4
  34.  
  35. [extruder]
  36. step_pin = PB4
  37. dir_pin = PB3
  38. enable_pin = !PC3
  39. microsteps = 16
  40. gear_ratio = 42:12
  41. rotation_distance = 26.359
  42. nozzle_diameter = 0.400
  43. filament_diameter = 1.750
  44. heater_pin = PA1
  45. sensor_type = EPCOS 100K B57560G104F
  46. sensor_pin = PC5
  47. min_temp = 0
  48. max_temp = 300
  49. pressure_advance = 0.0950
  50. control = pid
  51. pid_kp = 22.472
  52. pid_ki = 1.161
  53. pid_kd = 108.708
  54.  
  55. [heater_bed]
  56. heater_pin = PA7
  57. sensor_type = EPCOS 100K B57560G104F
  58. sensor_pin = PC4
  59. min_temp = 0
  60. max_temp = 110
  61. control = pid
  62. pid_kp = 73.609
  63. pid_ki = 1.469
  64. pid_kd = 921.956
  65.  
  66. [verify_heater extruder]
  67. check_gain_time = 200
  68. hysteresis = 5
  69.  
  70. [heater_fan hotend_fan]
  71. pin = PC0
  72.  
  73. [fan]
  74. pin = PA0
  75.  
  76. [mcu]
  77. serial = /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
  78. restart_method = command
  79.  
  80. [printer]
  81. kinematics = cartesian
  82. max_velocity = 300
  83. max_accel = 2000
  84. max_z_velocity = 5
  85. max_z_accel = 100
  86.  
  87. [bltouch]
  88. sensor_pin = ^PC14
  89. control_pin = PC13
  90. x_offset = -31.8
  91. y_offset = -40.5
  92. speed = 10
  93. samples = 1
  94. samples_result = average
  95. probe_with_touch_mode = true
  96. stow_on_each_sample = true
  97. z_offset = 3.550
  98.  
  99. [virtual_sdcard]
  100. path = /home/pi/printer_data/gcodes
  101. on_error_gcode = CANCEL_PRINT
  102.  
  103. [pause_resume]
  104. recover_velocity = 25
  105.  
  106. [display_status]
Advertisement
Add Comment
Please, Sign In to add comment