mainsail-crew / mainsail

Mainsail is the popular web interface for managing and controlling 3D printers with Klipper.
https://docs.mainsail.xyz
GNU General Public License v3.0
1.74k stars 376 forks source link

feature: show disk usage #1990

Open heitorPB opened 2 months ago

heitorPB commented 2 months ago

Requested feature:

I'd like to see how much disk space is left in my 3D printer, in addition to memory and CPU usage.

Solves the following problem:

Right now, I have no way to know how much space is used, how much is left, and the total space on the printer, unless I SSH into it.

Additional information:

No response

rackrick commented 2 months ago

image

Check the g code site for free disk space

heitorPB commented 2 months ago

Oh, it is in the g-code section.

Can it be added to the Machine page as well? So that we have the full information about the host there?

meteyou commented 2 months ago

its also in the machine page: image

but pay attention! in the maschine page, you will see the free space from the drive/partition where the config directory is. on the gcode page, you will see the free space from the drive/partition where the gcode path is. on a normal setup, both is on the same partition.