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
|
```json
|
||||||
{
|
{
|
||||||
filename: "file name",
|
filename: "file name",
|
||||||
size: <file size>,
|
size: <file_size>,
|
||||||
modified: "last modified date",
|
modified: "last modified date",
|
||||||
slicer: "Slicer Name",
|
slicer: "Slicer Name",
|
||||||
first_layer_height: <in mm>,
|
slicer_version: "<version>",
|
||||||
layer_height: <in mm>,
|
first_layer_height: <mm>,
|
||||||
object_height: <in mm>,
|
first_layer_bed_temp: <C>,
|
||||||
|
first_layer_extr_temp: <C>,
|
||||||
|
layer_height: <mm>,
|
||||||
|
object_height: <mm>,
|
||||||
estimated_time: <time in seconds>,
|
estimated_time: <time in seconds>,
|
||||||
filament_total: <in mm>,
|
filament_total: <mm>,
|
||||||
thumbnails: [
|
thumbnails: [
|
||||||
{
|
{
|
||||||
width: <in pixels>,
|
width: <in pixels>,
|
||||||
|
|
Loading…
Reference in New Issue