Printer Model: DIY based on Trident
MCU / Printerboard: Octopus
Host / SBC Rpi 3B
klippy.log klippy.log (2.3 MB)
Good morning.
I’ve not updated Klipper for a while, but when updating to the latest update, v0.12.0-302-g87ac6936, my Z homing probe does not deactivate after bed mesh. If I start a print, adaptive bed mesh will run but probe stays deployed and drags on the bed.
After trial and error, rolling back commits to v0.12.0-293 > v0.12.0-302 fixes the problem.
Yes I can control the servo via the consol and macros for stow and deply are working normally. Z homing works normally. Only be mesh and adaptive mesh have the issue.
You say built-in adaptive mesh? Built in to Klipper or the slicer? I use Orca.
I’ve been playing with this and finally got it working again.
I disabled KAMP and made changes to get built-in adaptive mesh working, same issue.
I started looking at the probe itself, and after trial and error, I found that commenting out the line ‘SET_SERVO SERVO=BFPTouch WIDTH=0’, it fixed my issue.