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

    pulse filament sensor use

    Scheduled Pinned Locked Moved
    General Discussion
    4
    9
    267
    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.
    • Tinchusundefined
      Tinchus
      last edited by

      Hello. I have a pusle type filament sensor. It is working ok while printinting, but I was wondering: can it be used to detect filament while it is being loaded? for example can it be used to detect if the filament is really beeing feed to the extruder or not while it is being loaded? Because I cant find any value to monitor

      Maestroundefined 1 Reply Last reply Reply Quote 0
      • Maestroundefined
        Maestro @Tinchus
        last edited by

        @Tinchus I have NOT tried this, so, purely theoretical, but if your filament sensor is configured I think something like the following in your loading macro at whatever point you want to check status would give you what you want:

        if sensors.filamentMonitors[0].filamentPresent = true
          M-do-a-thing
          G-and-another-thing
        
        Tinchusundefined 1 Reply Last reply Reply Quote 0
        • Tinchusundefined
          Tinchus @Maestro
          last edited by

          @Maestro There is no "filamentpresent" object in the object model of a filament monitor configured as pulse sensor, am I right? Cant find that object.

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

            @Tinchus that's correct. The filamentPresent status is only provided for filament monitors that have a switch to detect presence of filament, separate from detecting motion of filament. Lack of motion does not necessarily mean that there is no filament, it can mean that the hot end is jammed.

            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

            Tinchusundefined 1 Reply Last reply Reply Quote 0
            • Tinchusundefined
              Tinchus @dc42
              last edited by

              @dc42 Thnaks. Can you tell me actual state of development of pulse type of filament monitor ? Im still having very strange issues with pulse filaments sensors. Even when changed to diferent brands off encoders, error is always the same

              oliofundefined 1 Reply Last reply Reply Quote -1
              • oliofundefined
                oliof @Tinchus
                last edited by

                @Tinchus pulse type filament sensors are fully developed and supported in RRF. But you are asking for filament presence sensors, which can be used in addition to/combination with pulse rate sensors.

                <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                Tinchusundefined 1 Reply Last reply Reply Quote 0
                • Tinchusundefined
                  Tinchus @oliof
                  last edited by

                  @oliof No. I have other errors reported on other posts, oldonw. Sorry to bring this here. Should I create a new one?

                  oliofundefined 1 Reply Last reply Reply Quote 0
                  • oliofundefined
                    oliof @Tinchus
                    last edited by

                    @Tinchus I'm just a guy on this forum knowing tons of people that run pulse sensors, your "No" attitude isn't helping.

                    I won't stop you from opening another thread, best of success with figuring it out!

                    <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                    Tinchusundefined 1 Reply Last reply Reply Quote 0
                    • Tinchusundefined
                      Tinchus @oliof
                      last edited by Tinchus

                      @oliof oliof, english is no my mother language, if I wrote something that communicated a "no attitude" as you describe, I apologize. My intention was not report error on a post not meant for that, that is why didnt went on fully details about the error and asked for the proper way to report it

                      Following your reaction I guess I should have done it here: the error on pulse filament sensor Im obsrving from som time, if that even when starting a print, I get and almost inmediate error from firmware, filament-error.g is triggered, but when requesting the calibration data, i get a "no calibration data" message menaing the sensor still has not gotten enough info to make such calibration, so how it is possible that firmware "detected" a filament error"?
                      Im running 3.4.6, duet3 SBC

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