Welcome! Log In Create A New Profile

Advanced

SKR V1.4 unable to get inductive Z functioning

Posted by Durwood 
SKR V1.4 unable to get inductive Z functioning
January 27, 2020 07:02PM
Hi

Swapped out a MKS GEN L with this and fresh Marlin 2 bug fix. I’ve used Z_MIN_PROBE_PIN P0_10 and using M119 it shows proper triggering when metal close. But when I home Z, it ignores this sensor and is expecting Z_MIN. I do not have that pin used or defined in Marlin. If I // use_zmin_pin out, I get sanity errors “enable use_zmin_plug when homing to z to min”.

What am I missing?
Re: SKR V1.4 unable to get inductive Z functioning
January 27, 2020 08:09PM
set it up as z_min with #define USE_ZMIN_PLUG

use #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN not #define Z_MIN_PROBE_PIN P0_10
Re: SKR V1.4 unable to get inductive Z functioning
January 27, 2020 09:28PM
thanks, that got me going the right path.

Did what you said but define Z_Min_pin P0_10 gave lots of compile errors, duplicate defines. I defined Z_STOP_PIN P0_10 and Z now homes and senses the bed.
Sorry, only registered users may post in this forum.

Click here to login