Requesting Help, 3d touch on BTT SKR Mini E3 V1.4

HI,

Can anyone help me to configure 3d touch on my control board, details are below

Board : BTT SKR mini E3 V1.2

printer.cfg

[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
microsteps: 16
rotation_distance: 8
#endstop_pin: !PC2
endstop_pin: probe:z_virtual_endstop # For bltouch
#position_endstop: 0.0
position_min: -5
position_max: 250

[tmc2209 stepper_z]
uart_pin: PC10
run_current: 0.580
stealthchop_threshold: 999999

[bltouch]
sensor_pin: ^PC14
control_pin: PA1
pin_up_touch_mode_reports_triggered: True
x_offset: -52
y_offset: -18
z_offset: 4.076
pin_move_time: 0.4
samples: 3


Both below commands are physically moving the pin up and down

BLTOUCH_DEBUG COMMAND=pin_down
BLTOUCH_DEBUG COMMAND=pin_up

In both condition M119 is showing Z as open
x:open y:open z:open

Please provide your klippy.log as was requested when you started this post.

HI

Thanks for the response, please find below
klippy.log (1.8 MB)

This is not a correct approach. See BL-Touch - Klipper documentation how to test it properly.

HI

Thanks a lot for the update. i have gone through documentation and it is working exactly as mentioned on it

5:44 PM probe: TRIGGERED
5:44 PM QUERY_PROBE
5:44 PM Sending BLTOUCH_DEBUG COMMAND=touch_mode
5:44 PM BLTOUCH_DEBUG COMMAND=touch_mode
5:44 PM probe: open
5:44 PM QUERY_PROBE
5:44 PM Sending BLTOUCH_DEBUG COMMAND=pin_down

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.