how to configure a capacitive sensor
-
I have a capacitive sensor connected to my board. Unfortunately I don't understand the instructions in the Config tool. What do I have to enter in the tool or in the config?
-
-
@norder thank you very much, I had already looked at that and then connected the cables...I have a 3-wire capacitive sensor. My problem is the right call in the code
-
Here is an example of what it could look like.
; Inductive Z-Probe M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height
Please do NOT adopt 1:1, but adapt to your settings.
What these are is on the previously linked page or on the further links listed there.P.S.:
Could that help you too?M558 (GCode Dictionary)
G31 (GCode Dictionary)Google Translate
--- Original Text ---Hier ein Beispiel wie es aussehen könnte.
; Inductive Z-Probe M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height
Bitte NICHT 1:1 übernehmen, sondern Deinen Einstellungen anpassen.
Welche das sind, steht auf der vorher verlinkten Seite bzw den dort aufgeführten weiterführenden Links.