Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
408 stars 229 forks source link

Feature Request: M591 sensor status in sensor summary #281

Closed kiowadriver closed 4 years ago

kiowadriver commented 4 years ago

I would like to request the Filament Monitor status M591 Dx to be added to the sensor summary on the DWC. This would make it easier to see the running performance of the sensor as well as determine if filament is loaded when remotely operating the machine.

joaobarros commented 4 years ago

I thought about this the night before your post! I second this feature, would be quite handy, I'm currently running a macro and it's not as friendly

chrishamm commented 4 years ago

Sounds like a good idea to me. I'll add an optional icon next to the extruder drive title that will indicate if filament is present or not (provided the filament sensor type can output the current state). Will be implemented in the upcoming v3.2.

kiowadriver commented 4 years ago

Can you also I display the most recent relevant info from M591?

What I have found is that the current sensors detect movent And not presence. You have to include a micro switch for presence.

I would like to see the last known M591 data without having to type it in the console over and over. The system deletes the data on a pause or print complete so it is tricky to catch.

On Sun, Aug 23, 2020, 4:15 AM Christian Hammacher notifications@github.com wrote:

Sounds like a good idea to me. I'll add an optional icon next to the extruder drive title that will indicate if filament is present or not (provided the filament sensor type can output the current state). Will be implemented in the upcoming v3.2.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Duet3D/DuetWebControl/issues/281#issuecomment-678750076, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDK3HGBADNBKPUTM6OCQ23SCDM3XANCNFSM4QAUTUHA .

chrishamm commented 4 years ago

No, I'll just add an icon indicating if filament is present or not. The object model does not include that value for every filament sensor type and it is pointless to display the configuration parameters in the status panel.

You'll be able to browse through the object model and to add your own plugins in DWC 3.2 and later.