j7126 / OctoPrint-Dashboard

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

[Bug]: Z-Axis and extruder related values do not populate #331

Open aseams opened 2 years ago

aseams commented 2 years ago

The problem

When looking at the dashboard in OctoPi, the following values do not change and/or appear at all.

I have a BLTouch installed as well as the BLTouch plugin for OctoPi.

Version of OctoPrint

1.7.3

Platform

Raspberry Pi 3B+

Operating system running OctoPrint

OctoPi 0.18.0

Dashboard version

1.19.8

Python version

No response

Printer model & used firmware incl. version

Ender 3 Pro running Marlin 1.1.2

Browser and version of browser, operating system running browser

Brave browser on Win 10 20H2

Logs and other files needed for analysis

File uploads & additional information

SysInfo Bundle

image

Willmac16 commented 2 years ago

@aseams Can you share a gcode file that produces the behavior?

aseams commented 2 years ago

@Willmac16 Wouldn't let me upload .gcode so had to zip it. Guide_Open.zip

aseams commented 2 years ago

Just started another print that I uploaded through OctoPi and it shows the values in question. The print which produced this error was loaded directly to the SD card.

Willmac16 commented 2 years ago

That would do it. The way Dashboard does those stats requires the file to be on Octoprint. The formatting of those stats when no data is available could be improved though.

StefanCohen commented 2 years ago

Wouldn't it be better if we remove the widgets that can't be populated when printing from SD? Or maybe gray them out or display an N/A message?

j7126 commented 2 years ago

Wouldn't it be better if we remove the widgets that can't be populated when printing from SD? Or maybe gray them out or display an N/A message?

That would probably be a good idea