Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [beacon]
- serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_E2E0D8444E5737374D202020FF073A2A-if00
- x_offset: 0 # update with offset from nozzle on your machine
- y_offset: 24 # update with offset from nozzle on your machine
- mesh_main_direction: x
- mesh_runs: 2
- contact_max_hotend_temperature: 180 # increase to probe at print temps
- home_xy_position: 150,150 # update with your safe position
- home_z_hop: 5
- home_z_hop_speed: 30
- home_xy_move_speed: 300
- home_method: proximity # use proximity for induction homing
- home_method_when_homed: contact # after initial calibration use induction
- home_autocalibrate: unhomed # contact will calibrate beacon on first home
- [bed_mesh]
- speed: 200
- horizontal_move_z: 3
- mesh_min: 25,0
- mesh_max: 270, 255
- probe_count: 25,25
- #probe_count: 10,10
- mesh_pps: 2,2
- algorithm: bicubic
- [z_tilt_ng]
- z_positions:
- z_positions:
- -50, 18
- 150, 348
- 350, 18
- # See [z_tilt]. This parameter must be provided,
- # unless the parameter "extra_points" is provided. In that case only
- # the command Z_TILT_AUTODETECT can be run to automatically determine
- # the z_positions. See 'extra_points' below.
- #z_offsets:
- # A list of Z offsets for each z_position. The z_offset is added to each
- # probed value during Z_TILT_ADJUST to offset for unevenness of the bed.
- # This values can also be automatically detected by running
- # Z_TILT_CALIBRATE. See "extra_points" below.
- #points:
- points:
- 25, 5
- 150, 245
- 270, 5
- # See [z_tilt]
- speed: 300
- # See [z_tilt]
- horizontal_move_z: 10
- # See [z_tilt]
- min_horizontal_move_z: 1.0
- # See [z_tilt]
- adaptive_horizontal_move_z: true
- # See [z_tilt]
- retries: 50
- # See [z_tilt]
- retry_tolerance: 0.02
- # See [z_tilt]
- increasing_threshold: 0.0000001
- # See [z_tilt]
- use_probe_xy_offsets: False
- averaging_len: 3
- # Z_TILT_CALIBRATE and Z_TILT_AUTODETECT both run repeatedly until the
- # result can no longer be improved. To determine this, the probed values
- # are averaged. The number of runs to average over is configured with this
- # parameter.
- autodetect_delta: 2.0
- # The amount by which Z_TILT_AUTODETECT intentionally tilts the bed. Higher
- # values yield better results, but can also lead to situations where the
- # bed is tilted in a way that the nozzle touched the bed before the probe.
- # The default is conservative.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement