Basic Information:
Printer Model: Ender 3 Pro
MCU / Printerboard: BTT SKR Mini E3 V2.0 (stm32f103xe, v0.11.0-41g9b60daf6), Klipper on Raspberry Pi 4 4GB (armv7l, v0.11.0-41g9b60daf6)
klippy.log
will generate M112-log asap, log of last failed print-attempt is attached.
klippy_failed-print.log (96.7 KB)
Describe your issue:
I had some really rare cases of my BLTouch (3.1, original) trigger not being detected by my Klipper host. So I went to try some different settings.
-
probe_with_touch_mode: True
always set to True -
stow_on_each_sample:
–Now it suddenly works for testing, testing in print-condition soon.True
consistently leads toNo trigger on probe after full movement
on the fourth screw ofSCREWS_TILT_CALCULATE
, or in rare cases at some point inBED_MESH_CALIBRATE
–Tested some more, now it does not.False
will work 99.9% of the time
The issues with stow_on_each_sample
are pretty consistent. I did change the USB-cable before making the change, but since it works pretty flawlessly with stowing, I do not think that the cable is the issue.
By setting position_min: 0
on Z, I was able to avoid the nozzle being dug into the bed each time, but I would like to get to the bottom of the issue (and ideally not stow the probe after each point).