Guest User

printer.cfg

a guest
Nov 18th, 2025
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. [include mainsail.cfg]
  2. [stepper_x]
  3. step_pin: PD7
  4. dir_pin: !PC5
  5. enable_pin: !PD6
  6. microsteps: 16
  7. rotation_distance: 40
  8. endstop_pin: ^PC2
  9. position_endstop: 0
  10. position_max: 235
  11. homing_speed: 25
  12.  
  13. [stepper_y]
  14. step_pin: PC6
  15. dir_pin: !PC7
  16. enable_pin: !PD6
  17. microsteps: 16
  18. rotation_distance: 40
  19. endstop_pin: ^PC3
  20. position_endstop: 0
  21. position_max: 235
  22. homing_speed: 25
  23.  
  24. [stepper_z]
  25. step_pin: PB3
  26. dir_pin: PB2
  27. enable_pin: !PA5
  28. microsteps: 16
  29. rotation_distance: 8
  30. endstop_pin: probe:z_virtual_endstop
  31. #endstop_pin: ^PC4
  32. #position_endstop: 0.0
  33. position_min: -5 # Need check, z offset
  34. position_max: 240
  35.  
  36. [extruder]
  37. max_extrude_only_distance: 100.0
  38. step_pin: PB1
  39. dir_pin: !PB0
  40. enable_pin: !PD6
  41. microsteps: 16
  42. rotation_distance: 33.683
  43. nozzle_diameter: 0.400
  44. filament_diameter: 1.750
  45. heater_pin: PD5
  46. sensor_type: EPCOS 100K B57560G104F
  47. sensor_pin: PA7
  48. control = pid
  49. pid_kp = 29.211
  50. pid_ki = 10.819
  51. pid_kd = 19.717
  52. min_temp: 0
  53. max_temp: 300
  54.  
  55. [heater_bed]
  56. heater_pin: PD4
  57. sensor_type: EPCOS 100K B57560G104F
  58. sensor_pin: PA6
  59. control = pid
  60. pid_kp = 73.853
  61. pid_ki = 1.901
  62. pid_kd = 717.301
  63. min_temp: 0
  64. max_temp: 130
  65.  
  66. [fan]
  67. pin: PB4
  68.  
  69. [mcu]
  70. serial: /tmp/klipper_host_mcu
  71.  
  72. [printer]
  73. kinematics: cartesian
  74. max_velocity: 500
  75. max_accel: 6000
  76. max_z_velocity: 5
  77. max_z_accel: 100
  78.  
  79. [bed_screws]
  80. screw1: 30.5, 37
  81. screw2: 30.5, 207
  82. screw3: 204.5, 207
  83. screw4: 204.5, 37
  84.  
  85. [display]
  86. lcd_type: st7920
  87. cs_pin: PA3 # Beeper disabled, default is PA4
  88. sclk_pin: PA1
  89. sid_pin: PC1
  90. encoder_pins: ^PD2, ^PD3
  91. click_pin: ^!PC0
  92.  
  93. [bltouch]
  94. sensor_pin: ^PC4
  95. control_pin: PA4
  96. x_offset: -45
  97. #y_offset: 0
  98. z_offset: 2.540
  99. speed: 10
  100. samples: 3
  101. probe_with_touch_mode: False
  102. samples_tolerance: 0.1
  103. sample_retract_dist: 5.0
  104.  
  105. [safe_z_home]
  106. home_xy_position: 117, 117
  107. speed: 25
  108. z_hop: 5
  109. z_hop_speed: 10
  110.  
  111. [bed_mesh]
  112. speed: 25
  113. horizontal_move_z: 5
  114. mesh_min: 47,56
  115. mesh_max: 190,210
  116. probe_count: 5,5
  117.  
  118. [virtual_sdcard]
  119. path: /home/klipper/printer_data/gcodes/
  120.  
Advertisement
Add Comment
Please, Sign In to add comment