cribbageSTARSHIP

AI-printer.cfg

Jul 13th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # Klipper Printer Configuration
  2. # Main configuration file as of July 12, 2025
  3.  
  4. # --------------------------------------------------------------------
  5. # Include configuration files
  6. # All hardware definitions, probing, and macros are in separate files.
  7. # --------------------------------------------------------------------
  8. [include hardware.cfg]
  9. [include probe.cfg]
  10. [include macros.cfg]
  11. [include screws.cfg]
  12.  
  13. # Include configuration for web interface and other addons
  14. [include mainsail.cfg]
  15. [include screws.cfg]
  16. [include KAMP_Settings.cfg]
  17.  
  18.  
  19. # --------------------------------------------------------------------
  20. # Core Printer & G-Code Settings
  21. # --------------------------------------------------------------------
  22.  
  23. # Enable object exclusion feature
  24. [exclude_object]
  25.  
  26. # Enable G2/G3 G-code arcs support
  27. [gcode_arcs]
  28. resolution: 0.1
  29.  
  30. # Main printer settings
  31. [printer]
  32. kinematics: cartesian
  33. max_velocity: 300
  34. max_accel: 2700
  35. max_z_velocity: 5
  36. max_z_accel: 100
  37.  
  38. # Pause/Resume functionality
  39. [pause_resume]
  40.  
  41. # Input Shaper values
  42. [input_shaper]
  43. shaper_freq_x: 39.6
  44. shaper_type_x: zv
  45. shaper_freq_y: 30.4
  46. shaper_type_y: mzv
  47.  
  48.  
  49. #*# <---------------------- SAVE_CONFIG ---------------------->
  50. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  51. #*#
  52. #*# [extruder]
  53. #*# control = pid
  54. #*# pid_kp = 23.236
  55. #*# pid_ki = 1.083
  56. #*# pid_kd = 124.602
  57. #*#
  58. #*# [heater_bed]
  59. #*# control = pid
  60. #*# pid_kp = 67.909
  61. #*# pid_ki = 1.050
  62. #*# pid_kd = 1097.579
  63. #*#
  64. #*# [bltouch]
  65. #*# z_offset = 1.034
  66. #*#
  67. #*# [bed_mesh default]
  68. #*# version = 1
  69. #*# points =
  70. #*# -0.193750, -0.218750, -0.172500, -0.182500, -0.170000, -0.137500, -0.163750
  71. #*# -0.095000, -0.130000, -0.097500, -0.101250, -0.096250, -0.072500, -0.112500
  72. #*# -0.077500, -0.102500, -0.073750, -0.071250, -0.050000, -0.028750, -0.061250
  73. #*# -0.082500, -0.115000, -0.090000, -0.031250, -0.025000, -0.037500, -0.066250
  74. #*# -0.090000, -0.120000, -0.085000, -0.075000, -0.060000, -0.052500, -0.063750
  75. #*# -0.113750, -0.161250, -0.130000, -0.115000, -0.103750, -0.053750, -0.075000
  76. #*# -0.140000, -0.198750, -0.172500, -0.166250, -0.152500, -0.117500, -0.112500
  77. #*# x_count = 11
  78. #*# y_count = 11
  79. #*# mesh_x_pps = 2
  80. #*# mesh_y_pps = 2
  81. #*# algo = bicubic
  82. #*# tension = 0.2
  83. #*# min_x = 35.0
  84. #*# max_x = 264.98
  85. #*# min_y = 12.0
  86. #*# max_y = 288.0
Advertisement
Add Comment
Please, Sign In to add comment