I have a unique problem It involves "Endstop Trigger reporting"
I get an error Using a Proximity sensor TL_M3W 'NPN' NC as a Z-Axis endstop.
using these lines of code.
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER 25 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.5 // Z offset: -below +above [the nozzle]
This allows me to home then raise Z-Axis 10mm for a clearance of 10.5mm
When I Auto home everything works up to home, the "Z Clearance for Deploy/Stow" parts finishes I get the error " Endstops Z ". I Believe that because the Z-Axis homed, then rose to the Clearance is why I am getting the error.
The printer Prints Fine I can see nothing that causes a problem, except the Display " Endstops Z "
Now when I use this line
#define Z_MIN_PROBE_ENDSTOP
I get no errors, though I can not get the Z-Axis to Raise to my wanted clearance of 10.5mm.
This works completely in Marlin v1.1RC8 renamed to HICi3 v1.1RC8