Z probe selection
-
I am using PINDA 2 (inductive type) for the z probe, I am not sure which Probe type to select while preparing config.g using configTool, Somebody please shed some light on this. I have seen M558 parameters, Probe type P0...P10, but its not clear.
-
I'm also using the PINDA.
Just use my code and replace the input with your input of your board ^^
M574 Z1 S2 ; Set endstops controlled by probe M558 P5 C"^io3.in" I1 H1 F540 T6000 A30 S0.005 ; PINDA
-
@Argo said in Z probe selection:
A30
Thank you, it makes sense while PINDA is not an IR sensor, I guess the only option is switch probe type and it is P5 mode. Thanks for the code.
-
It's a simple switch at heart. Perhaps that could be made clearer on the config tool. I'll bring that up.