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

The rotating magnet filament monitor is out of stock eveywhere

Scheduled Pinned Locked Moved
Filament Monitor
7
19
847
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.
  • ?
    A Former User
    last edited by 9 Oct 2020, 09:49

    Good morning, the filament seems to be out of stock in the whole world....does someone know if it is an abbandoned project? In case how to know when will it be available again?

    Thanks
    Andrea

    1 Reply Last reply Reply Quote 0
    • undefined
      achrn
      last edited by 9 Oct 2020, 14:57

      Yes it's out everywhere. I've been looking for it since about July, though with reducing levels of effort, which is now sporadic at best. I understand the delay is to do with production of the casing.

      However, since I disabled the optical filament sensor on my Prusa when I was doing a lot of clear and black PETG (neither of which it liked), and I don't particularly miss it, I might never get round to putting one on the other printer (which is supposedly waiting for the rotating magnetic). It has a microswitch pesent/absent already, and that's most of the required functionality.

      ? 1 Reply Last reply 9 Oct 2020, 15:02 Reply Quote 0
      • ?
        A Former User @achrn
        last edited by A Former User 10 Sept 2020, 15:06 9 Oct 2020, 15:02

        @achrn said in The rotating magnet filament monitor is out of stock eveywhere:

        Yes it's out everywhere. I've been looking for it since about July, though with reducing levels of effort, which is now sporadic at best. I understand the delay is to do with production of the casing.

        However, since I disabled the optical filament sensor on my Prusa when I was doing a lot of clear and black PETG (neither of which it liked), and I don't particularly miss it, I might never get round to putting one on the other printer (which is supposedly waiting for the rotating magnetic). It has a microswitch pesent/absent already, and that's most of the required functionality.

        would it be possible to use a switch as a filament sensor? I own some sensors with three wires, S, V, G of course just to monitor the presence/absence of filament...

        undefined undefined 2 Replies Last reply 9 Oct 2020, 15:34 Reply Quote 0
        • undefined
          achrn @A Former User
          last edited by 9 Oct 2020, 15:34

          @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

          would it be possible to use a switch as a filament sensor? I own some sensors with three wires, S, V, G of course just to monitor the presence/absence of filament...

          Yes, I have a microswitch with a roller on a lever snapped into a small print that fits over a stub of PTFE tube sticking out from the extruder.

          There are numerous of these on thingiverse, e.g. https://www.thingiverse.com/thing:2577717 but the one I tried (that one) didn't hold the microswitch I had in quite the right place, so it didn't trigger.

          So I rolled my own, which is ugly, slightly fudged in places, but highly parameterised and works for me. You're welcome to the files, though they are offered without any support or warranty:
          runout_sensor.scad
          runout_sensor.stl
          P1100143.jpg

          If your extruder moves around (mine doesn't) you might want a more securely located switch mount.

          ? 1 Reply Last reply 9 Oct 2020, 15:47 Reply Quote 0
          • ?
            A Former User @achrn
            last edited by 9 Oct 2020, 15:47

            @achrn said in The rotating magnet filament monitor is out of stock eveywhere:

            @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

            would it be possible to use a switch as a filament sensor? I own some sensors with three wires, S, V, G of course just to monitor the presence/absence of filament...

            Yes, I have a microswitch with a roller on a lever snapped into a small print that fits over a stub of PTFE tube sticking out from the extruder.

            There are numerous of these on thingiverse, e.g. https://www.thingiverse.com/thing:2577717 but the one I tried (that one) didn't hold the microswitch I had in quite the right place, so it didn't trigger.

            So I rolled my own, which is ugly, slightly fudged in places, but highly parameterised and works for me. You're welcome to the files, though they are offered without any support or warranty:
            runout_sensor.scad
            runout_sensor.stl
            P1100143.jpg

            If your extruder moves around (mine doesn't) you might want a more securely located switch mount.

            what's the gcode to add to the firmware to configure and make the sensor work? even to configure the pause in event of run out

            undefined 1 Reply Last reply 9 Oct 2020, 15:57 Reply Quote 0
            • undefined
              achrn @A Former User
              last edited by 9 Oct 2020, 15:57

              @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

              what's the gcode to add to the firmware to configure and make the sensor work? even to configure the pause in event of run out

              M591

              I use

              M591 D0 P2 C"io8.in" S1
              

              because my switch is wired to pull input 'io8.in' low when the filament is present, but it will depend what firmware and hardware you're running - see the description at https://duet3d.dozuki.com/Wiki/Gcode#Section_M591_Configure_filament_sensing

              ? 1 Reply Last reply 9 Oct 2020, 16:02 Reply Quote 0
              • ?
                A Former User @achrn
                last edited by 9 Oct 2020, 16:02

                @achrn said in The rotating magnet filament monitor is out of stock eveywhere:

                @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

                what's the gcode to add to the firmware to configure and make the sensor work? even to configure the pause in event of run out

                M591

                I use

                M591 D0 P2 C"io8.in" S1
                

                because my switch is wired to pull input 'io8.in' low when the filament is present, but it will depend what firmware and hardware you're running - see the description at https://duet3d.dozuki.com/Wiki/Gcode#Section_M591_Configure_filament_sensing

                excellent my friend, thanks!

                1 Reply Last reply Reply Quote 0
                • undefined
                  fcwilt @A Former User
                  last edited by 9 Oct 2020, 16:25

                  @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

                  would it be possible to use a switch as a filament sensor?

                  Yes but it only tells you if the filament has broken or run out.

                  The failure of filament to feed is of importance and thus the existence of sensors like the laser and rotating magnet designs.

                  But I imagine you already know all that.

                  Frederick

                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                  ? 1 Reply Last reply 9 Oct 2020, 16:30 Reply Quote 0
                  • ?
                    A Former User @fcwilt
                    last edited by 9 Oct 2020, 16:30

                    @fcwilt said in The rotating magnet filament monitor is out of stock eveywhere:

                    @the_dragonlord said in The rotating magnet filament monitor is out of stock eveywhere:

                    would it be possible to use a switch as a filament sensor?

                    Yes but it only tells you if the filament has broken or run out.

                    The failure of filament to feed is of importance and thus the existence of sensors like the laser and rotating magnet designs.

                    But I imagine you already know all that.

                    Frederick

                    sure, infact I'll use a simple switch only for the time needed for the magnet sensor to be available again

                    undefined 1 Reply Last reply 9 Oct 2020, 16:57 Reply Quote 1
                    • undefined
                      fcwilt @A Former User
                      last edited by 9 Oct 2020, 16:57

                      @the_dragonlord

                      A while back I ordered two but they only had one.

                      So like everyone else I wait...

                      and wait...

                      and wait...

                      and wait...

                      Frederick 😉

                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                      1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators
                        last edited by dc42 10 Sept 2020, 19:15 9 Oct 2020, 17:00

                        We were all set up to move to an improved injection-molded housing for the magnetic filament monitor. Then COVID struck, and the supplier concerned has quite reasonably decided to devote its resources to making PPE instead.

                        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

                        ? undefined undefined 3 Replies Last reply 9 Oct 2020, 17:03 Reply Quote 1
                        • ?
                          A Former User @dc42
                          last edited by 9 Oct 2020, 17:03

                          @dc42 said in The rotating magnet filament monitor is out of stock eveywhere:

                          We were all set up to move to an improved injection-molded housing for the magnetic filament monitor. Then COVID struck, and the supplier concerned has quite reasonably decide to devote its resources to making PPE instead.

                          uh, ok... but have you got a reasonably forecast for the time needed to the device for be delivered again? are we talking about days, weeks, months or no forecast at all?

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            fcwilt @dc42
                            last edited by 9 Oct 2020, 17:03

                            @dc42 said in The rotating magnet filament monitor is out of stock eveywhere:

                            supplier concerned has quite reasonably decide to devote its resources to making PPE instead.

                            PPE? Have no idea what that is but it must be important.

                            Stupid virus - mucking everything up - in protest I'm going to refuse to get sick - I'll show that virus who's boss. 😉

                            Frederick

                            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                            undefined 1 Reply Last reply 9 Oct 2020, 20:24 Reply Quote 0
                            • undefined
                              achrn @fcwilt
                              last edited by 9 Oct 2020, 20:24

                              @fcwilt said in The rotating magnet filament monitor is out of stock eveywhere:

                              PPE? Have no idea what that is but it must be important.

                              Personal Protective Equipment - something worn by an individual to protect that individual.
                              Previously mostly commonly referring to stuff in industry or construction guarding against physical injury (steel toe-cap boots, helmet, safety glasses, etc) more recently most used with reference to infection control (masks, visors, gloves etc). Used somewhat loosely - face coverings are not for the benefit of the wearer.

                              1 Reply Last reply Reply Quote 1
                              • Phaedruxundefined
                                Phaedrux Moderator
                                last edited by 9 Oct 2020, 21:42

                                And here I thought it was poly propylene elastomer.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                ? 1 Reply Last reply 10 Oct 2020, 04:49 Reply Quote 1
                                • ?
                                  A Former User @Phaedrux
                                  last edited by 10 Oct 2020, 04:49

                                  @Phaedrux said in The rotating magnet filament monitor is out of stock eveywhere:

                                  And here I thought it was poly propylene elastomer.

                                  I think it stands for Personal Protection Equipment----

                                  Phaedruxundefined 1 Reply Last reply 10 Oct 2020, 14:39 Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator @A Former User
                                    last edited by 10 Oct 2020, 14:39

                                    @the_dragonlord I think you're right.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 0
                                    • undefined
                                      IOIIOOO @dc42
                                      last edited by 30 Oct 2020, 18:52

                                      @dc42 Is there an option to just buy the electronics in the meantime and print our own less-fancy housing?

                                      1 Reply Last reply Reply Quote 1
                                      • undefined
                                        elmoret
                                        last edited by 31 Oct 2020, 14:13

                                        We have a few sets of housingless MFMs at Filastruder, drop an email at support@filastruder.com.

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