I’m trying to install a CR Touch in place of the inductive probe using a mount from Printables. However, when I connect the CR Touch the device initialized correctly but I’m not able to run the command BLTOUCH_DEBUG COMMAND=pin_down
successfully (no error, but nothing happens). Additionally, using the config as provided without modification results in an error, as the Sovol Klipper screen already has pin PA6
used elsewhere. Is there any way to get the actual pinouts, or is there some way to configure Klipper to allow me to use that pin anyway?
Put in a ticket with Sovol for a tech to answer: info@sovol3d.com
They don’t have this information.
Update: I used the following settings in Klipper and this worked:
[bltouch]
sensor_pin:^PB1
control_pin:PB0
x_offset:30.0
y_offset:0.0
speed:20
[safe_z_home]
home_xy_position:120,152.5
[bed_mesh]
mesh_min:30,5
mesh_max:295,300
I don’t know what effect this will have on other users, but this is what worked and I’ve been printing perfectly ever since.