Mark
Mark
actually, it does not work because there is no data communication at all while printing, the normal work of autolevel is based on the mesh data at the start of...
1. the bed_mesh should not effect the RTL if there is BED_MESH_CALIBRATE in the start gcode. 2. yes, you can set it with BDSENSOR_SET REAL_TIME_HEIGHT=0.41, the range of that height...
I have find a way to let it work in non printing status with toolhead mcu but does not work while printing before . the reason is the structure of...
to compatible with the official klipper, we abandon the old code, and use the new official code inside of the klipper for BTT eddy to do that, so there is...
this is because the sensor and the z motors are not connected in the same MCU. it's not possible to do real time adjust from the high level python between...
I think the hardware should no problem, and maybe need to do some firmware work, but you can refer this from the marlin firmware.
the position_endstop should not be 0 , else it will hit the bed. you can set it to 0.5
did you flash the firmware to the "mcu"? or else you can attach the klippy.log file
you can increase the communication speed by reduce the `delay `value in section [BDsensor] from 20 to 8 for BDsensor V1.2, and also try to slow down the printing speed...
here I just added a variables for the sample time,need to update and compile&reflash klipper.bin 