Laser filament monitor
-
@peirof Yes it will detect a jam and under extrusion as well I believe.
-
From the list it looks as though testing is proceeding well.
Is there an estimated date for commercial release yet?
Alternatively is there any chance of getting a beta version? -
I'm also interested in either buying it or signing up for beta testing.
Got loads of black PLA, got a functioning printer with duet wifi 1.04 (and just started ordering parts for a HEVO). Am slowly learning OpenSCAD and can program arduinos (home automation fully based on printed PCBs of my design and arduino on them). Not in the UK, but would gladly pay for shipping. -
I'm also interested in beta testing if it's still possible.
I print mainly in PETG grey,black and transparent red, and in PLA violet( more like pink) wood and black.I'm mainly a chemist , with just enough electrical/mechanical knowledge to be dangerous
-
@stewwy they are now available for sale :
https://www.duet3d.com/laserfilamentmonitor -
Thanks, now I know what I'm getting for my birthday in a couple of weeks
-
Now that the laser filament monitor is for sale, does that mean you guys were able to resolve all of the open concerns?
Saying that, from the last list I read, it's not enough to make me not buy it. I am just wondering how beta the product still is, or if this is now the finished product.Thanks!
-
@bluedust it works variably with different filaments, that is a function of the laser sensor itself.
It's definitely worth reading the testing thread:
https://forum.duet3d.com/topic/6092/laser-filament-monitor-test-results/I have had it work well enough with all the types I have tested it with but others have had very bed results with PETG for example.
-
I hope they get it straightened out since I am very interested in purchasing one myself.i also am in the process of switching over to the Duet WiFi and PETG.
-
@T3P3Tony I know this is off topic but will the magnetic version of filament sensor be available shortly?
-
@siblues it's not really something that will be completely solved for all filament types due to their physical properties.
@gavatron3000 is is progressing but slowly due to multiple redesigns due to housing and mechanical parts refinement.
-
Well I meant well enough to be ready to sell to the public.I would be interested in either sensor.
-
Here's another idea for the laser filament monitor housing. Why not angle the filament path so that the filament passes at a closer height above the laser than it does above the image sensor? if the angle is chosen carefully, more of the laser light should be reflected into the image sensor. This should be detectable as a decrease in the reported shutter value.
-
Hello,
I am testing laser filament sensor. Is it possible to translate its current pos into millimeters while not printing? Or is it possible to query mm data also while not printing?
Sample response while not printing in reply-to: M591 D#
Duet3D laser filament monitor on input 4, disabled, allow 43% to 115%, check every 3.0mm, current pos -8.6, brightness 87, shutter 15, no calibration dataThanks,
-
The "current pos" is in mm but it wraps around, between -10.24mm and +10.24mm AFAIR.
-
Hi
I installed the laser filament sensor and everything seems to be working. I only have the problem that the printer does not pause when there is no filament left. I have written the M591 D0 P5 C3 R40:120 E3.0 directly to the configuration file so that it will be activated when the printer starts. what am I doing wrong? or have I missed something?
Thanks.
-
You missed out S1 in the M591 command.
-
Thanks
-
Is there any idea when this will be back in stock by the way?
-
@dc42
The example code doesn't have S0/1 in it. If you read further in the calibration steps is says add S0. I don't remember if I just changed it to S1 or if I read that further in the steps. Just saying it's not obvious until you read a bit more, and easily missed if you just look at the example code (as I usually do first).