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

    MK3S Filament sensor style Maestro?

    Scheduled Pinned Locked Moved
    Third-party add-ons
    3
    10
    374
    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.
    • cabal2000undefined
      cabal2000
      last edited by

      Hi guys
      What is the proper g-code for a MK3S filament sensor? I do have it hooked to a 5v source, took it off the Panel display!!

      Thanks

      1 Reply Last reply Reply Quote 0
      • cabal2000undefined
        cabal2000
        last edited by

        G591 D0 P1 Ce0stop S1? 2.02 firmware E0 (only one extruder)

        1 Reply Last reply Reply Quote 0
        • cabal2000undefined
          cabal2000
          last edited by

          no help?

          Kolbiundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
          • Kolbiundefined
            Kolbi @cabal2000
            last edited by Kolbi

            @cabal2000 I'm not sure if this helps, because I have a duet2wifi RRF311, but here is my config.g line for it:

            ; Filament Sensor
            M591 D0 P2 C"e0stop" S1                                    ; Filament Runout Sensor  
            

            D0: Dnn Extruder drive number (0, 1, 2...),
            P2: Pnn Type of sensor: 2=simple sensor (low signal when filament present)
            S1: Sn 1 = enable filament monitoring when printing from SD card.
            C"e0stop" Pin name the filament sensor is connected to (RRF_3 only), see Pin Names

            The wiring guide I made might help, you can find it here:
            https://github.com/rkolbi/RRF-machine-config-files/tree/master/Prusa MK3s

            Cheers,
            Kolbi

            cabal2000undefined 1 Reply Last reply Reply Quote 1
            • cabal2000undefined
              cabal2000 @Kolbi
              last edited by

              @Kolbi said in MK3S Filament sensor style Maestro?:

              ; Filament Sensor M591 D0 P2 C"e0stop" S1 ; Filament Runout Sensor

              THANK YOU VERY MUCH!!!!
              Is there anything else that I need in the start gcode?

              Kolbiundefined 1 Reply Last reply Reply Quote 0
              • Kolbiundefined
                Kolbi @cabal2000
                last edited by

                @cabal2000 That's all you need in your config.g to get it working. You can take a look at my sd-card dump to see how it's used in other files here: 17AUG2020-dump.pdf or on my GitHub.

                cabal2000undefined 1 Reply Last reply Reply Quote 0
                • cabal2000undefined
                  cabal2000 @Kolbi
                  last edited by

                  @Kolbi Thank you so much, I REALLY do appreciate it.

                  Kolbiundefined 1 Reply Last reply Reply Quote 0
                  • Kolbiundefined
                    Kolbi @cabal2000
                    last edited by

                    @cabal2000 No worries at all, glad I could help!

                    1 Reply Last reply Reply Quote 1
                    • Phaedruxundefined
                      Phaedrux Moderator @cabal2000
                      last edited by

                      @cabal2000 said in MK3S Filament sensor style Maestro?:

                      no help?

                      Sorry you got missed. Thanks for bumping it. Glad you got it sorted out.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      cabal2000undefined 1 Reply Last reply Reply Quote 0
                      • cabal2000undefined
                        cabal2000 @Phaedrux
                        last edited by

                        @Phaedrux All working!!! Thanks

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