mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
virtual_sdcard: add file_path
and file_size
to status
This provides a comprehensive information if currently we have a file loaded. Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
This commit is contained in:
parent
478f26cab6
commit
f1091a484b
3 changed files with 18 additions and 6 deletions
|
@ -329,7 +329,9 @@ The following information is available in the
|
|||
- `is_active`: Returns True if a print from file is currently active.
|
||||
- `progress`: An estimate of the current print progress (based of file
|
||||
size and file position).
|
||||
- `file_path`: A full path to the file of currently loaded file.
|
||||
- `file_position`: The current position (in bytes) of an active print.
|
||||
- `file_size`: The file size (in bytes) of currently loaded file.
|
||||
|
||||
# webhooks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue