-
It would be possible to extract separately or save an additional file in text or json format with some information contained in the file such as: Layer Height Currently I copy this data manually; if available a command line function would also be fine, but I couldn't find anything in the documentation |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
There are multiple ways to obtain that:
Example: Opening file UVtools_demo_file.sl1: Done in 0.12s
Listing properties:
----------------------
ResolutionX: 1440
ResolutionY: 2560
AntiAliasing: 4
LayerHeight: 0.1
PrintTime: 491.5
MaterialMilliliters: 0
MaterialCost: 0
MaterialName: BlueCast EcoGray @0.1
MachineName: EPAX X1
PrintHeight: 1
----------------------
Total properties: 10 To save that content to a file, repeat same command but append: |
Beta Was this translation helpful? Give feedback.
There are multiple ways to obtain that:
File - Extract
, it will dump everything inc. layers which may be overkillLayer actions - Export to HTML
, will create a information file with all settings, you can exclude layers and other optional contentFile - Terminal
and create a snippet that you can copy paste to generate that info and either dump or set to clipboard and/or fileUVtoolsCmd print-properties
: