Printer Model: Ender 3 V3 SE
MCU / Printerboard: SKU pico
Host / SBC: Pi Zero w 2
klippy.log
I have been trying to connect the strain sensor/load cell hx711 module. I just don’t understand the config and the documentation About probe it says
[probe]
pin:
# Probe detection pin. If the pin is on a different microcontroller
# than the Z steppers then it enables "multi-mcu homing". This
# parameter must be provided.
does that mean that it creates a virtual pin?
I have also tried [probe] and [load_cell] but I cant figure it out.
how can I config [load_cell_probe] and [stepper_z]endstop_pin ? Should I not be doing this?
You are right; this is not correct. It is a bit confusing as the load-cell stuff is pretty new, and some parts to ‘polish’ it are not yet fully integrated:
You have to define any unused pin on your main MCU as an endstop (it will not be used but needs to be configured).
Ah much better, I would have never guessed. Now I am getting
hx711 finished 'load_cell_probe' measurements
hx711 starting 'load_cell_probe' measurements
load_cell_probe: Forced sensor restart due to error
in klippy but at least now I can move on. Don’t have an oscilloscope to see if there is a signal so I think will not use the load cell for the time being.
edit: something is not right, I tried to manually put 3.3 V and it still gives errors