Laser Filament Monitor - test results
-
Here are my results so far.
The first two prints where made with Blue and Dark Purple ABS. One of the things that made me extremely happy was that these first two prints where slightly under extruded (little gaps at top layers). And as the average readings where consistent I used them as reference to tune the steps/mm. Based on the average (93%) I increased the steps/mm of the extruder from 85 to 91,4 and the next print was flawless.... With average of 100% and perfect top layers (IMO).
Then I started to test different materials and colors. The two translucent tests where with PETG and PLA. The curious thing is that besides the readings differ a lot from the reference blue ABS they ratio of predicted length to read length is better!!! While the ABS was between 94% and 98% the transparent generic PLA was better than 99%!
@T3P3Tony and @dc42 I am compiling all my prints at https://docs.google.com/spreadsheets/d/14YdQkZd0Ojso2ye2EpN1kS2Y_nZz_KdEbPJ7vjNBh50/edit?usp=sharing
I am planning to swap the housing to the reference one and then compare results for the same materials.
As soon as I get at least 5 prints per material I'll switch the sensor to test X and Y movement instead (not sure how to to that yet....).
Please let me know If you would like any specific test to be done.
-
Is you sensor before or after the extruder? In Bowden config, the marks on the filament seem to help reading the movement.
As I'm using a direct-drive extruder, I'm wondering if I could not build a system which draw some marks on the filament before the sensor, and clean them up after... Any idea what I could use as 'paint'?
-
@fma I proposed that too, somewhere here I think
It was not recommended due to the possibility of fragments dirtying the sensor. Also it could buckle there... Then I decided to increase the exposed length of filament with the housing design.
But the readings are not bad! They are within a margin and the average is very consistent for each filament so far.
They could just design the decision logic based on the average variation... If it keeps within the average for some length it is ok... If the average starts to diverge too much than trigger the alarm
I only have 7 prints registered so far so... it may be too early to any assumptions. But I am really impressed by solving my under extrusion issue in one shot based on the average reading!!!
-
@brunofporto said in Laser Filament Monitor - test results:
It was not recommended due to the possibility of fragments dirtying the sensor.
Mmm could it be possible to find something which does not make dirt? Like a marker? Ideally, something translucent, but reacting with the laser IR, so no need to clean it up...
-
@fma A marker would tint the filament.... It is even used for that purpose Like this: https://www.thingiverse.com/thing:11742
But it had no problems so far reading transparent or translucent filaments (one test each....) Besides % readings been different from the base blue ABS they even had a much better approximation of the predicted filament length by the slicing software.
-
Yes, that's why I suggested to use something transparent, but reacting to IR...
-
@fma Well.... That should work but then there is the issue of finding a paint or marker that does not add color, mess with filament properties or is chemically innert to most of them, is opaque to IR and worldwide available
One alternative to that would be use the old hob wheel against a bearing and then read the bearing surface as this sensor is very good at reading stainless steel. Nut we would be back to the limitations, higher cost and issues of a hardware dependent filament monitor.
Another thing would be use some optics focus the sample filament length to the full sensor area available... But: expensive... complicated... can scratch and get dirty..etc....
I believe that with enough real world data and a good sample area they can tune it and suggest good margins.
-
So, I've tested printing a sensor housing, and then painting it in black 2.0 paint. An IR cam & IR light shows the black 2.0 is very IR absorbant. However, I've seen zero difference between the painted housing and the Carbon Fiber PETG housing I started with. (Which also seems to absorb IR very well on camera at least).
I keep forgetting to record the results after prints.
https://docs.google.com/spreadsheets/d/1a5suKtijUsatl3DhUFiox_rfW39qo9kHSlihYHaAcxo/edit?usp=sharing
-
@brunofporto said in Laser Filament Monitor - test results:
@fma Well.... That should work but then there is the issue of finding a paint or marker that does not add color, mess with filament properties or is chemically innert to most of them, is opaque to IR and worldwide available
I would like to make some tests, with different stuff. My idea is to use some sort of gear to put something at regular steps. What length of filament does sensor see? Just to design the gear pitch...
-
@fma said in Laser Filament Monitor - test results:
I would like to make some tests, with different stuff. My idea is to use some sort of gear to put something at regular steps. What length of filament does sensor see? Just to design the gear pitch...
My guess is not very much, because the laser spot should be small. Unfortunately the data sheet doesn't specify the beam divergence. It does say that the distance between the sensor and the target should be at least 3mm to get maximum resolution.
-
Ok, thanks. I'll try to make a small pitch...
-
This post is deleted! -
Has anyone considered uncoupling the filament from the laser and having the laser read a constant metallic surface for example (much like an idler bearing maybe?)?
That's pretty much the solution used by jtx on his skelestruder and it would at least allow all filaments to be calibrated against a constant....
-
I may have a new "least accurate filament" - Atomic Marble PLA
Duet3D laser filament monitor on endstop input 3, disabled, allowed movement 40% to 120%, check every 3.0mm, current position -1.1, brightness 96, shutter 17, measured minimum 12%, average 71%, maximum 167% over 92403.1mm
-
I do also compare the slicer predicted filament usage with the measures filament usage and have a very unusual inverse relation where the ones with the worst reading % also have the most accurate measurement of total filament usage!
-
@kraegar wow. so opaque to visible light but possibly not to IR...? strangely bad!
-
@snypes well the magnetic monitor does that and if we add that complexity then it's easier to use the hall sensor than the laser
-
How can I register the readings of the entire print instead of max, min and avg?
I would like to see the full information, alongside retract and extrusion commands.
then I will be able to really visualize skipping/clogging effects and separate them from the "normal flow" average and deviation to better tune the thresholds.
-
@brunofporto thats not a function in the firmware right now. the documentation:
https://duet3d.dozuki.com/Wiki/Duet3dFilamentMonitor_LaserVersion
explains the protocol used however it would need to be a firmware feature request to have some way of logging/outputting this information. When the filament is detected as moving there is a movement data packet sent ever 40ms, fair bit of information to handle.
-
Would hurt the duet's processor asks a lot of M591 and log with M929? I mean, it is possible to use these commands to register the readings over time?