Ramps 1.4 and G38.2 X,Y and Z

Hi,

First off i have read almost every topic on this issue in here (i think)!

I want to use the G38.2 function to zero in on my work peace.

I run the latest Marlin version that ryan pre configured, not the dual end stop config.
As others, i am struggling with Z probe not triggered when i run M119. It is open, but Z_min is triggered.

My config.h is as follows
disabled #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
enabled #define Z_MIN_PROBE_PIN 32
enabled #define FIX_MOUNTED_PROBE

config adv.h
enabled #define G38_PROBE_TARGET

No matter what i try from other topics i can not get it to trigger. Any thoughts/New solutions?

regards

UPDATE*

Changed the PIN number after “define Z_MIN_PROBE_PIN” to the same as z_min_pin in pins_RAMPS.h witch in my case was 18. Now the probe is triggered when checking M119.

cred:

regards

1 Like