Mark

Results 363 comments of Mark

oh sorry. it should replace the ` if (inInc > 0 ? (pos >= cmp) : (pos 0 ? ((pos+0.006f) >= cmp) : (pos P.S.: the last line to replace...

> Ok, I already did that with the output above! could you add this `SERIAL_ECHOLNPGM("pos ", pos, " cmp ", cmp); `and try again and I suspect the printer stops...

that's the reason, now you can replace the `if (inInc > 0 ? (pos >= cmp) : (pos 0 ? ((pos+0.3f) >= cmp) : (pos Sure. Now it's outputting `READ:...

What are the values of the x and y offsets? > It works partially now! It passes the second line but hangs on the fourth with the output `READ: pos...

maybe you can increase the value to 1mm `if (inInc > 0 ? ((pos+1) >= cmp) : (pos

that's very little, for example, it will measure the point at the position 394mm in y axis intead of 395mm > > maybe you can increase the value to 1mm...

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] ;` ![image](https://github.com/MarlinFirmware/Marlin/assets/13879340/ee0dd033-3309-4124-ac90-aa4f29365cc4) > > that's very...

What's the version returned after M102 S-1 ?

we can check the actually measure range by the calibration data. you can post the calibrate here after M102 S-5 one data represents 0.1mm. > The output is `BD Sensor...

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 between...