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

    Are you using a filament sensor with your duet?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    6
    1.8k
    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.
    • Loffy770undefined
      Loffy770
      last edited by

      Good morning!
      I thought I ask here in the forum about peoples experience and solution to filament monitor because last night I ran out of filament on a long print and realise that its time to look in to a filament monitor..

      Please share your experience and the solution you implemented on your Duet.

      Happy eastern
      Roger

      1 Reply Last reply Reply Quote 0
      • Loffy770undefined
        Loffy770
        last edited by

        No one with a filament monitor setup?

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          Several of us have used the prototype Duet3D rotating magnet filament monitor, and fewer (just Duet3D staff so far) have used the prototype Duet3D laser filament monitor. At least one user has connected a third-party rotating wheel sensor to the Duet.

          We are going ahead with the manufacture of a small batch of laser filament monitors for resale, and we are in discussions with a third party about further development of the rotating magnet sensor.

          For details of how to use filament monitors/sensors with the Duet, see the description of M591 in the GCodes wiki page. Please use firmware 1.21, because we changed the M591 parameters in that version.

          For clarification, we use the term "filament sensor" to mean something that just detects whether filament is present or not, and "filament monitor" to mean something that measures the rate (and preferably also direction) of filament consumption.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • resamundefined
            resam
            last edited by

            I'm using a simple microswitch, similar to this: https://www.thingiverse.com/thing:2010235

            With this in my config.g: [c]M581 E1 T1 S0 C1 ; Filament run-out sensor triggers a pause[/c]
            And this in my start gcode: [c]M582 T1 ; check if filament is present[/c]

            So, if I would start a print without filament, it directly goes to pause. If the filament runs out during a print, it also pauses.

            1 Reply Last reply Reply Quote 0
            • Loffy770undefined
              Loffy770
              last edited by

              @dc42:

              We are going ahead with the manufacture of a small batch of laser filament monitors for resale, and we are in discussions with a third party about further development of the rotating magnet sensor.

              David Im up for a pre order of a few laser sensors if possible.

              //Roger

              1 Reply Last reply Reply Quote 0
              • Loffy770undefined
                Loffy770
                last edited by

                @resam:

                I'm using a simple microswitch, similar to this: https://www.thingiverse.com/thing:2010235

                With this in my config.g: [c]M581 E1 T1 S0 C1 ; Filament run-out sensor triggers a pause[/c]
                And this in my start gcode: [c]M582 T1 ; check if filament is present[/c]

                So, if I would start a print without filament, it directly goes to pause. If the filament runs out during a print, it also pauses.

                Simple and easy solution 🙂

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