Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [beacon]
  2. serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_E2E0D8444E5737374D202020FF073A2A-if00
  3. x_offset: 0 # update with offset from nozzle on your machine
  4. y_offset: 24 # update with offset from nozzle on your machine
  5. mesh_main_direction: x
  6. mesh_runs: 2
  7. contact_max_hotend_temperature: 180 # increase to probe at print temps
  8. home_xy_position: 150,150 # update with your safe position
  9. home_z_hop: 5
  10. home_z_hop_speed: 30
  11. home_xy_move_speed: 300
  12. home_method: proximity # use proximity for induction homing
  13. home_method_when_homed: contact # after initial calibration use induction
  14. home_autocalibrate: unhomed # contact will calibrate beacon on first home
  15.  
  16. [bed_mesh]
  17.  
  18. speed: 200
  19. horizontal_move_z: 3
  20. mesh_min: 25,0
  21. mesh_max: 270, 255
  22. probe_count: 25,25
  23. #probe_count: 10,10
  24. mesh_pps: 2,2
  25. algorithm: bicubic
  26.  
  27. [z_tilt_ng]
  28. z_positions:
  29. z_positions:
  30. -50, 18
  31. 150, 348
  32. 350, 18
  33. # See [z_tilt]. This parameter must be provided,
  34. # unless the parameter "extra_points" is provided. In that case only
  35. # the command Z_TILT_AUTODETECT can be run to automatically determine
  36. # the z_positions. See 'extra_points' below.
  37. #z_offsets:
  38. # A list of Z offsets for each z_position. The z_offset is added to each
  39. # probed value during Z_TILT_ADJUST to offset for unevenness of the bed.
  40. # This values can also be automatically detected by running
  41. # Z_TILT_CALIBRATE. See "extra_points" below.
  42. #points:
  43.  
  44. points:
  45. 25, 5
  46. 150, 245
  47. 270, 5
  48. # See [z_tilt]
  49. speed: 300
  50. # See [z_tilt]
  51. horizontal_move_z: 10
  52. # See [z_tilt]
  53. min_horizontal_move_z: 1.0
  54. # See [z_tilt]
  55. adaptive_horizontal_move_z: true
  56. # See [z_tilt]
  57. retries: 50
  58. # See [z_tilt]
  59. retry_tolerance: 0.02
  60. # See [z_tilt]
  61. increasing_threshold: 0.0000001
  62. # See [z_tilt]
  63. use_probe_xy_offsets: False
  64. averaging_len: 3
  65. # Z_TILT_CALIBRATE and Z_TILT_AUTODETECT both run repeatedly until the
  66. # result can no longer be improved. To determine this, the probed values
  67. # are averaged. The number of runs to average over is configured with this
  68. # parameter.
  69. autodetect_delta: 2.0
  70. # The amount by which Z_TILT_AUTODETECT intentionally tilts the bed. Higher
  71. # values yield better results, but can also lead to situations where the
  72. # bed is tilted in a way that the nozzle touched the bed before the probe.
  73. # The default is conservative.
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement