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

    Laser Filament Monitor - test results

    Scheduled Pinned Locked Moved
    Filament Monitor
    16
    139
    21.2k
    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.
    • pjr3Dundefined
      pjr3D
      last edited by

      Received the filament sensor earlier this week and printed a case (the default one on Thingiverse) in black PLA.

      Initial results with the filaments I had to hand as follows:

      0_1533838940141_479b6683-6b93-424a-a12c-a43f1aa04515-image.png

      Currently running a 28 hour print using the yellow PLA and sensor enabled with the current state:

      SENDING:M591 D0
      Duet3D laser filament monitor on endstop input 3, enabled, allowed movement 40% to 120%, check every 3.0mm, current position -7.0, brightness 89, shutter 15, measured minimum 78%, average 94%, maximum 114% over 43930.2mm

      I haven't yet tried alternative case designs - planning to take a look at that later.

      I also have a Prusa I3 mk3 for comparison and my initial impressions of the sensor are very positive.

      I need to do more testing of filament sensing and failing along with recovery processes. I do like the way the Prusa will pause, prompt you and eject/reload filament with just a few clicks on the control panel. I am not sure yet how we can define macros to perform similar functions since I think we would need access to the filament sensor state but that is for another day ... 🙂

      Peter

      1 Reply Last reply Reply Quote 0
      • wilrikerundefined
        wilriker @dc42
        last edited by

        @dc42 said in Laser Filament Monitor - test results:

        I have just updated the documentation to bring it up to date with current firmware.

        I found one thing that is somehow missing:
        In Hardware -> Assembly -> 2) last sentence starts with

        Add the washers [...]

        but they have not been mentioned anywhere before especially not in the Other Parts table. I guess one should use nylon washers here, right?

        Manuel
        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
        with probably always latest firmware/DWC (incl. betas or self-compiled)
        My Tool Collection

        T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
        • T3P3Tonyundefined
          T3P3Tony administrators @wilriker
          last edited by T3P3Tony

          @wilriker I think they are optional with the new PCB design as normal nyloc nuts can't cut any PCB traces or short anything. Washer will help protect the PCB and are best practice, and yes they should by nylon.

          www.duet3d.com

          wilrikerundefined 1 Reply Last reply Reply Quote 0
          • wilrikerundefined
            wilriker @T3P3Tony
            last edited by wilriker

            @t3p3tony OK. I should have some nylon washer left from the Duet. They are for M4 instead of M3 - but experience showed they also kind of work good enough for M3 screws (like when the holder you design for M4 screws ends up with too small holes... not that this ever happened to me 😂 ).

            P.S.: I received my sensor yesterday (the day you said they should arrive "around now" - do you have a spy at my post office?) and designed my holder for the sensor housing today as well as extended the sensor housing to be screwed to my holder. I will have to fix something on my Y axis first but I guess I can print these parts probably on the weekend. 🙂

            Manuel
            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
            with probably always latest firmware/DWC (incl. betas or self-compiled)
            My Tool Collection

            1 Reply Last reply Reply Quote 1
            • fmaundefined
              fma
              last edited by

              @T3P3Tony, did you re-calibrate the extruder steps/mm for each filament?

              Frédéric

              T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
              • T3P3Tonyundefined
                T3P3Tony administrators @fma
                last edited by

                @fma no I did not - I was "extruding" into free air rather than through a nozzle so there was no really back pressure on the filament so the variation should have been less than in a real printer however if your extruder has variations in steps/mm depending on filament then worth doing that.

                www.duet3d.com

                1 Reply Last reply Reply Quote 0
                • fmaundefined
                  fma
                  last edited by

                  Well, I think that there are always variations, even when extruding in free air: ABS is softer than PLA, so gear teeth go deeper, resulting in a smaller apparent diameter... And it would be worse when really extruding.

                  This means that different filaments should be calibrated changing the steps/mm, and not only with a extruding ratio on the slicer side.

                  Frédéric

                  T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                  • T3P3Tonyundefined
                    T3P3Tony administrators @fma
                    last edited by

                    @fma yes you are right, and that could account for some of the difference between the different filaments in my original tests.

                    www.duet3d.com

                    1 Reply Last reply Reply Quote 1
                    • Qdeathstarundefined
                      Qdeathstar
                      last edited by

                      Hello,

                      So it seems like i have successfully set up the filament monitor and i am getting good data back. My question is, is the goal to print a whole bunch of different things using different filaments, and then report back the percentages? eg, for my first test print with the filament monitor:

                      I am using matterhackers black ABS filament, 1.75mm

                      M591 D0
                      Duet3D laser filament monitor on endstop input 3, disabled, allowed movement 40% to 120%, check every 3.0mm, current position 7.3, brightness 91, shutter 17, measured minimum 97%, average 100%, maximum 105% over 547.9mm

                      Is that the information you want?

                      Thanks!

                      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                      • T3P3Tonyundefined
                        T3P3Tony administrators @Qdeathstar
                        last edited by

                        @qdeathstar yes! Exactly. You are getting good results with ABS, which I did as well. Also worth noting what housing you used and how you mounted it.

                        www.duet3d.com

                        1 Reply Last reply Reply Quote 0
                        • kraegarundefined
                          kraegar
                          last edited by

                          An idea -

                          Could we do something where we could use a macro at the start of a print to extrude 10mm (or however much is "enough" to get a good reading) at 1mm/s, measure the amount the laser sees extruded. Then set that as 100% as a correction. Then that value could last through that print, and would theoretically be a way to automatically correct for different filament colors / types.

                          Obviously this would require a purge area, that not all printers have, but for those the macro could do a single line print at a designated spot, like a purge line.

                          Co-Creator of the RailcoreII CoreXY printer
                          https://www.thingiverse.com/thing:2407174

                          wilrikerundefined 1 Reply Last reply Reply Quote 0
                          • wilrikerundefined
                            wilriker @kraegar
                            last edited by

                            @kraegar That's an interesting thought. We will though need some data first on how consistent the sensor behaves throughout a spool of one filament.

                            If it is purely dependent on color and type of filament this would be a great solution. If it also varies along the filament... it might still give a better baseline than having to set very relaxed boundaries. So after rethinking I like this idea! 👍

                            Manuel
                            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                            with probably always latest firmware/DWC (incl. betas or self-compiled)
                            My Tool Collection

                            kraegarundefined 1 Reply Last reply Reply Quote 0
                            • kraegarundefined
                              kraegar @wilriker
                              last edited by

                              @wilriker Agreed on inconsistencies with a spool. I'm also thinking it'll have to be combined with non-linear extrusion calibration.

                              Co-Creator of the RailcoreII CoreXY printer
                              https://www.thingiverse.com/thing:2407174

                              wilrikerundefined 1 Reply Last reply Reply Quote 0
                              • wilrikerundefined
                                wilriker @kraegar
                                last edited by

                                @kraegar But then again the sensor - given it would be sufficiently accurate - could assist in tuning non-linear extrusion beforehand.

                                Let's wait and see where we get with it.

                                Probably tomorrow, I will eventually print the housing for my sensor. Loaded black filament tonight and redid bed leveling so I am set. 🙂

                                Manuel
                                Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                with probably always latest firmware/DWC (incl. betas or self-compiled)
                                My Tool Collection

                                1 Reply Last reply Reply Quote 0
                                • kraegarundefined
                                  kraegar
                                  last edited by

                                  Yep, I'm thinking if we find a "best" filament for monitoring, that would be the ideal one to use for tuning non-linear extrusion.

                                  Co-Creator of the RailcoreII CoreXY printer
                                  https://www.thingiverse.com/thing:2407174

                                  1 Reply Last reply Reply Quote 0
                                  • Qdeathstarundefined
                                    Qdeathstar
                                    last edited by Qdeathstar

                                    Ok, So here is another test:

                                    Black ABS - Matterhackers - Benchy Test
                                    Calibrated Steps/mm 441

                                    M591 D0

                                    Duet3D laser filament monitor on endstop input 3, disabled, allowed movement 40% to 120%, check every 3.0mm, current position -9.6, brightness 94, shutter 17, measured minimum 94%, average 100%, maximum 105% over 3972.5mm

                                    I am using the fully enclosed mount provided in the documentation and it is mounted about 3" above the extruder. I am using a bondtech BMG extruder direct drive.

                                    I am going to run the test again now with white ABS.

                                    1 Reply Last reply Reply Quote 1
                                    • Qdeathstarundefined
                                      Qdeathstar
                                      last edited by Qdeathstar

                                      alt text

                                      Just a few layers in, the laser monitor appears to be consistently under reporting the white abs. I am going to let this test go, double check my steps/mm calibration, then retest with my work lights off...

                                      1 Reply Last reply Reply Quote 0
                                      • tinkerzundefined
                                        tinkerz
                                        last edited by

                                        Hey everyone, I'm a little late joining the party but I'm here. Let's see if I get this all right.

                                        Current Setup:
                                        1 Filament Sensor on E0
                                        Mount printed in Proto-Pasta Matte Fiber Black (hoping the matte helps with the readings)

                                        Photos of custom mount + block provided via Thingiverse (not modified from STL yet)

                                        0_1534316652208_2018-08-14 12.39.27.jpg
                                        1_1534316652208_2018-08-14 12.48.20.jpg

                                        Ok, I think that's everything about my setup. I did wonder though are we running the sensors disabled 100% of the time or is that up to us whether we want it active or not? Ie, if we get froggy and want to activate it after we feel confident with it do we want that data or just keep collecting data points.

                                        Also, haven't looked into it, but couldn't we get the M591 D0 data dumped to a file automagically at the end of each print? I feel like I saw enough commands in the the RepRap playbook that that feels possible. I might dig into that.

                                        Thanks, I'l be back with data, for now, I'm off to torture my filament sensor with matte fiber, CF, and glitter!

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

                                          @tinkerz said in Laser Filament Monitor - test results:

                                          I did wonder though are we running the sensors disabled 100% of the time or is that up to us whether we want it active or not? Ie, if we get froggy and want to activate it after we feel confident with it do we want that data or just keep collecting data points.

                                          That's entirely up to you. Once you know how a particular filament behaves with the sensor, you may feel confident to do prints with the sensor enabled. If you switch to a different filament, I suggest you run with the sensor disabled for a little while to see if it plays nicely with the sensor.

                                          Also, haven't looked into it, but couldn't we get the M591 D0 data dumped to a file automagically at the end of each print? I feel like I saw enough commands in the the RepRap playbook that that feels possible. I might dig into that.

                                          I don't think it's possible right now, but it sounds like a good idea. Something like an M-code that causes non-trivial output from the following code(s) on the same line to be copied to the log file.

                                          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 2
                                          • Guyarosundefined
                                            Guyaros
                                            last edited by

                                            Hi all,

                                            I designed a housing for the sensor, which will enable me to install the sensor on top of the Extruder, to eliminate undetected movment during retractions and improve reading accuracy.
                                            The enclosure will be printed using a black filament to minimize IR reflections.
                                            Currently, the distance between the sensor to the filament is set to 8[mm], because that what David recomneded.

                                            Here are some images:
                                            0_1534357960816_LaserFilamentSensor-HousingV1.png

                                            0_1534358381663_LaserFilamentSensor-Housing-ExtruderAssem.png

                                            0_1534358748054_LaserFilamentSensor-HousingV1-Annotations.png

                                            The housing is still under development, so it would be beneficial to read the feedbacks before printing and testing the first version.

                                            As soon as I will print and test it, I will share and upload the CAD files to Thingiverse.

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