docs: Update metadata API documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
57fe71c800
commit
733cf0afac
|
@ -371,14 +371,17 @@ path relative to the specified "root". Note that if the query st
|
|||
```json
|
||||
{
|
||||
filename: "file name",
|
||||
size: <file size>,
|
||||
size: <file_size>,
|
||||
modified: "last modified date",
|
||||
slicer: "Slicer Name",
|
||||
first_layer_height: <in mm>,
|
||||
layer_height: <in mm>,
|
||||
object_height: <in mm>,
|
||||
slicer_version: "<version>",
|
||||
first_layer_height: <mm>,
|
||||
first_layer_bed_temp: <C>,
|
||||
first_layer_extr_temp: <C>,
|
||||
layer_height: <mm>,
|
||||
object_height: <mm>,
|
||||
estimated_time: <time in seconds>,
|
||||
filament_total: <in mm>,
|
||||
filament_total: <mm>,
|
||||
thumbnails: [
|
||||
{
|
||||
width: <in pixels>,
|
||||
|
|
Loading…
Reference in New Issue