luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.76k stars 466 forks source link

[Question] [ESP3D v3] Hide print status responses #972

Closed dbuezas closed 11 months ago

dbuezas commented 11 months ago

I'm polling M27 S0 to so the print status pane is kept up to date, but unsetting verbose mode in the console doesn't hide these:

Not SD printing
Not SD printing
Not SD printing
SD printing byte 1875/6643274

Is there any way to hide them from the console the same way that temperature reports are hidden ?

github-actions[bot] commented 11 months ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

luc-github commented 11 months ago

need to add them to the list here : https://github.com/luc-github/ESP3D-WEBUI/blob/3.0/src/targets/Printer3D/Marlin/stream.js#L23-L36

github-actions[bot] commented 11 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.