Skip to content

BD Sensor stopped detecting metal, previously inconsistent Z-offset #227

@grom79

Description

@grom79

Each print requires for the z-offset to be adjusted.

Tried running in collision mode, made the nozzle press into the bed and twist the toolhead a bit before probe detected. Had to recalibrate after each homing, and each homing made the z-offset wildly inaccurate, +/- 0.4mm, to the point it was either rubbing the nozzle into the bed or printing in air and required large adjustments.

In non-collision mode, it still required baby-stepping, but of lesser, with sensor being 1mm higher than the nozzle. First calibration detected 0=100, later calibrations showed values around 200 without any changes to the probe position nor the nozzle, with nozzle being cleaned before each calibration and checked.

After last print, BD sensor doesn't recognize metal at all, even checking with metal spatula it's not detecting, LED is slowly blinking and command for detecting probe returns normal answer, yet commands for detecting distance state "too close/far".

[BDsensor]

Don't use aliases for the board pins

sda_pin: PC14
scl_pin: PA1
delay: 10 # you can set it 10 if the BDsensor version is >=1.2
#z_offset:0.0 # within -0.6 to 0.6mm
x_offset: 0
y_offset: 25
no_stop_probe: # fast probe that the toolhead will not stop at the probe point,disable it by commenting out.
position_endstop: 1.2 #the triggered position, recommend value is 1~2.8
collision_homing:0 # set it 1 to enable homing with nozzle collision sensing.
collision_calibrate:0 # set it 1 to enable auto calibrate BDsensor with nozzle collision sensing.
#QGL_Tilt_Probe:0 #set 1 to enable probe up and down when do quad_gantry_level
speed:3 # this speed only works for the z tilt and PROBE_ACCURACY command.

[safe_z_home]
home_xy_position: 120, 120
z_hop: 5

[bed_mesh]
speed: 500
horizontal_move_z:1 # 0.7~1.0mm is recommended
algorithm: bicubic # this should be bicubic if the bed mesh points count is > 6*6
zero_reference_position: 120, 120 # Set this value to be the same as home_xy_position that is in the section safe_z_home
mesh_min: 10,23
mesh_max: 220,211
probe_count: 25
scan_overshoot: 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions