cribbageSTARSHIP

AI-probe.cfg

Jul 13th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Z-Probe and Bed Mesh Configuration
  2.  
  3. [safe_z_home]
  4. home_xy_position: 150, 150
  5. speed: 100
  6. z_hop: 10
  7. z_hop_speed: 5
  8.  
  9. [bltouch]
  10. sensor_pin: ^ebb36:PB8
  11. control_pin: ebb36:PB9
  12. pin_up_touch_mode_reports_triggered: False
  13. probe_with_touch_mode: True
  14. x_offset: 34
  15. y_offset: 11
  16. # z_offset should be calibrated via PROBE_CALIBRATE
  17. samples: 2
  18. sample_retract_dist: 5.0
  19. lift_speed: 40
  20. samples_tolerance_retries: 3
  21. speed: 10
  22.  
  23. [bed_mesh]
  24. speed: 50
  25. horizontal_move_z: 6
  26. mesh_min: 35, 12
  27. mesh_max: 265, 288
  28. probe_count: 11,11
  29. algorithm: bicubic
Advertisement
Add Comment
Please, Sign In to add comment