Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    how to configure a capacitive sensor

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    4
    159
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • axiomundefined
      axiom
      last edited by

      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?

      Norderundefined 1 Reply Last reply Reply Quote 0
      • Norderundefined
        Norder @axiom
        last edited by

        @axiom
        All of your questions should be answered here.
        It is at least a good starting point to get to the destination.

        DDA5X... 0.9° Stepper... Linearrails... Duet 2 Wifi... PT100 Board... Duet IR-Probe... Dyze Pro Kit up to 500°C.. etc
        Thingiverse

        axiomundefined 1 Reply Last reply Reply Quote 0
        • axiomundefined
          axiom @Norder
          last edited by

          @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

          Norderundefined 1 Reply Last reply Reply Quote 0
          • Norderundefined
            Norder @axiom
            last edited by Norder

            @axiom

            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.

            DDA5X... 0.9° Stepper... Linearrails... Duet 2 Wifi... PT100 Board... Duet IR-Probe... Dyze Pro Kit up to 500°C.. etc
            Thingiverse

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA