ESP3D-WEBUI icon indicating copy to clipboard operation
ESP3D-WEBUI copied to clipboard

[FEATURE REQUEST]Add filament runout sensor status to WEB UI

Open sstefanov opened this issue 5 months ago • 3 comments

It will be excellent if there is possibility to monitor filament sensor status in Marlin messages and display it in WEB UI

For example if filament is OK, display green sign, when runs out, display red sign and some message.

sstefanov avatar Aug 31 '25 16:08 sstefanov

the M119 command in Marlin and equivalent for others FW is not monitored because not everyone need it especially as polling command : https://esp3d.io/ESP3D-WebUI/Version_3.X/documentation/polling/ this is typicaly something that should be done using an extension : https://esp3d.io/ESP3D-WebUI/Version_3.X/documentation/extensions/ https://esp3d.io/ESP3D-WebUI/Version_3.X/documentation/api/extensions/

Feel free to push a PR to add such extension https://github.com/luc-github/ESP3D-WEBUI/tree/3.0/extensions

luc-github avatar Sep 01 '25 01:09 luc-github

Marlin was set to report the status without polling. And I use ESP3D version 2. I'll check if I can make something with version 3.

sstefanov avatar Sep 01 '25 06:09 sstefanov

yes I know have autoreport on some features, but still need to catch the report and display it. v2.x is frozen only V3.x will take changes if any

luc-github avatar Sep 01 '25 07:09 luc-github