Mark
Mark
you can run this in the folder klipper to reset. `git reset --hard`
thanks, I just updated the uninstall.sh file for the buildcommands.py file recovery
That's a good idea.
it seems that the x position -2 is not allowed. the reason is here: the mesh_min in the section [bed_mesh] is 20 , but the x_offset = 22 in the...
thanks for this, I will try to install the EBB36 to a printer and record the steps this weekend.
I just updated it in here: https://www.instructables.com/How-to-Install-BDsensor-on-EBB36-CAN-Board-3d-Prin/ and about the compile and flash, different board has different configuration in the step `make menuconfig` and the setp of flash firmware `make...
I think you did not run the BDsensor install script after updating the klipper that will remove the BDsensor patch code and then flash the latest firmware into the MCU....
install : ``` cd ~/Bed_Distance_sensor/klipper/ ./install_BDsensor.sh ``` compile: ``` cd ~/klipper/ make ``` then flash the firmware of klipper.bin into MCU again
this error is from the BD_sensor.c which will be compile into the klipper.bin for the MCU, not the firmware of probe. you can check again if there is BD_sensor.c file...
oh, sorry for replay late, did you fix this error? seems that the BDsnesor is connected to the MCU, so you need to flash the mcu.