aero4
aero4
> that's very little, for example, it will measure the point at the position 394mm in y axis intead of 395mm Ok, but this is only for the points on...
> how about recovery the code and just modify this code `const float cmp = abl.probePos[axis] - probe.offset_xy[axis]; ` to `const float cmp = abl.probePos[axis] ;` I don't want to...
Hello @markniu! I found another issue. When doing `G29` sometimes the bed leveling stops with the output `Out of Range.` (alway happens when the probe has reached the borders of...
> M102 S-1 The output is `BD Sensor version:V1.1bpandapi3d.com`. I even updated the firmware to your latest "V1_1BDsensor20240213.hex"... Sometimes G29 stops after the first line or before the last line...
Sure, the output of `M102 S-5` is: ``` data:0,198 data:1,221 data:2,254 data:3,287 data:4,320 data:5,354 data:6,389 data:7,422 data:8,457 data:9,492 data:10,528 data:11,563 data:12,599 data:13,634 data:14,670 data:15,706 data:16,744 data:17,783 data:18,820 data:19,861 data:20,902 data:21,945...
> the data 1015 means out of range. one data represents 0.1mm, so the actual measure range is 2.1mm. you can menu level the bed or decrease the mount distance...
Hello @markniu, I was able to lower the probing distance significantly, but the error still remains... Again my output of the command `M102 S-5` is: ``` Calibrate data:0,208 Calibrate data:1,225...
I just disabled the `NO_STOP` feature and tested again. The problem also occurs (`Out of Range.` -> when using `M102 S-2` its in the range of ~1.2mm). It happens on...
@markniu, I implemented a retry routine if the reading of the BD sensor fails. Therefore I modified the file `src\feature\bedlevel\bdl\bdl.cpp` by adding the include `#include "../../../core/utility.h"` at the beginning of...
I tested version 2.1.2 and the issue didn't occur so far. So it seems to be fixed with Marlin 2.1.2 and respectively with the issue #24622. So this issue can...