Mark

Results 363 comments of Mark

> klipper: ERROR Unknown pin chip name 'probe' that means the klipper can't find the probe section(E.g. bltouch, probe, BDsensor ...), here we use BDsensor as probe so check the...

you can send me([email protected]) or share the klippy.log file.

Thank you for letting me know that. I think that update can fix the timeout problem in most of the case, I have also sync that code into the BDsensor.py....

For homing with BDsensor, the `TRSYNC_TIMEOUT = 0.025` is setted in BDsensor.py not mcu.py. > I looked for this error on klipper discourse forums. There were some type of consensus...

is there a file BDsensor.py in the path:/home/pi/klipper/klippy/extras ?

you can try to update the BDsensor.py and the klipper, I believe that can fix the timeout problem, no need to reflash the mcu. if still has random timeout you...

you can run this command in the ssh to check if there is a file BDsensor.py `ls ~/klipper/klippy/extras/BDsensor.py -l`

> there was no file in that path. that means the patch code of BDsensor for klippy was not installed or not successful, did you run the `python ~/Bed_Distance_sensor/klipper/install_BDsensor_patch.py `...

Seems that the speed of mcu of EBBcan is a little slow as a CAN module. could you try to increase the `sample_time =.03 `to 0.05 in BDsensor.py ? >...

> it's moonraker viewing Klipper as "dirty" you're hitting update after setup, and Klipper/Klippy via moonraker auto cleans maker out and removes everything added "after" so the manual addition of...