Duet3dFilamentMonitor_LaserVersion
-
From the documentation...
"Run M591 D# where # is the extruder number and check that the sensor angle is reported, to confirm that communication from the filament monitor to the Duet is working."
-
@elmoret
It returns Duet3D laser filament monitor on input 3, disabled, allow 40% to 120%, check every 3.0mm, current pos -0.1, brightness 93, shutter 17, no calibration data.
How do I enable it? -
@dc42 ok I ad S0 or S1 so can disable or enable the sensor. Still don't see how anything useful is done with sensor? Should there be a return in the web interphase?
-
If you enable it and then do an SD card print, it will pause the print if it detects an error.
-
@dc42 Thanks. It seems to be working printing is stopped occasionally reporting too little movement of extruder D0 and I have to resume printing manually? When I upload files they are always saved to the sd cards through the web interphase. Do you mean starting the print from there? Don't use the sd card reader on the panel duet.
-
@dc42 The reporting of the parameters is through the console is there a way to get this in the web interphase? It is reporting: Duet3D laser filament monitor on input 3, enabled, allow 40% to 120%, check every 3.0mm, current pos 2.8, brightness 95, shutter 17, measured min 43% avg 92% max 102% over 2269.5mm. Trying to make sense of the output? I integrated the sensor into my print head with the ability to ad different materials as a background to see if I can improve on detecting different materials.
-
I just posted a comment trying to explain this to a reply you made in another post.
https://forum.duet3d.com/topic/9746/laser-filament-monitor/5
Let me know if this was helpful or not.
-
@empiricus said in Duet3dFilamentMonitor_LaserVersion:
M591 D0 P5 C3 R40:120 E3.0
Hey guys, noobs questions!!
M591 D0 P5 C3 R40:120 E3.0
M591 D0
M591 D1 P5 C3 R40:120 E3.0
M591 D1
Is this correct for a dual extruder? If so those it go where in the CONFIG file?
Thanks -
The C parameter in M591 is the endstop number that the sensor is connected to. For dual extrusion you need two sensors, connected to different endstop inputs. So the M591 D1 command should use a different endstop input number, for example C4 (= E1 endstop input).
-
@dc42
Thanks. Using duet maestro. Using the E1 and E0 stops.