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