j7126 / OctoPrint-Dashboard

A dashboard for Octoprint
GNU Affero General Public License v3.0
288 stars 39 forks source link

Widget for chamber temp is shown although printer profile does not have chamber temp #330

Closed gituemmel01 closed 2 years ago

gituemmel01 commented 2 years ago

In the dashboard the widget for chamber temp is always displayed, but in the printer profile (Ender 5) the checkbox for heated chamber temp is not selected. So the widgets shows "NaN" and shoud not be visible. Plattform Raspberry Pi 4, OctoPrint-Dashboard-1.19.6, OctoPrint 1.7.3

image

image

ackermannsven commented 2 years ago

Also, when used with a independent dual extruder IDEX setup, the fan speed and chamber temp overlap:

Raspberry Pi 3B, OctoPrint Dashboard 1.19.7, OctoPrint 1.7.3 dash

j7126 commented 2 years ago

That is in fact a command widget, not the heated chamber widget, as the default "example" command widget is a simulated chamber widget. That should not be visible by default, and it seems that there is something broken with hiding disabled command widgets, which is also causing the overlap issue.

I am working on a fix, but in the meantime a temporary workaround you can use would be to just completely disable command widgets from within dashboard settings. image

ackermannsven commented 2 years ago

Thanks a lot, this worked for me. I did also try to remove the "simulated chamber", seems also to be fine that way.