Hi,
When manually triggering the Klicky Probe; both the Klicky Probe and the Z endstop trigger together.
When manually triggering the Z endstop, nothing happens.
The Klicky Probe pin is PG15 and the Z endstop is endstop_pin: probe:z_virtual_endstop
I only want to do homing with the Klicky probe.
I only want to do the Z Offtset Adjustment with the z-endstop.
As of right now, the Klicky probe is on PG15 and the endstop_pin: !PG10
If I set the endstop_pin to PG15 how can I reference the Z_endstop_pin?
I am also now getting this error:
Unable to parse option ‘microsteps’ in section ‘stepper_z’
#####################################################################
# Z Stepper Settings
#####################################################################
## Z0 Stepper - Front Left
## Connected to MOTOR_2
## Endstop connected to DIAG_2
[stepper_z]
step_pin: PF11
dir_pin: PG3
enable_pin: !PG5
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
#-------OLD
endstop_pin: !PG15
#-------NEW
## endstop_pin: probe:z_virtual_endstop
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
## (+) value = endstop above Z0, (-) value = endstop below
## Increasing position_endstop brings nozzle closer to the bed
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
#position_endstop: -0.5
##--------------------------------------------------------------------
## Uncomment below for 250mm build
#position_max: 210
## Uncomment below for 300mm build
#position_max: 260
## Uncomment below for 350mm build
position_max: 345