Replies: 1 comment 6 replies
-
The auto conversion feature is exclusive and controlled by the UI to help user with PrusaSlicer, is not part of the core main
All properties are transferred, however when you close the file and the target format lacks a field to store that information, it is lost. Since there's no field to store MaterialName on ctb there's no way to keep it after close the file. However you can create a script do dump the material name with PS C:\Program Files\UVtools> .\UVtoolsCmd.exe print-properties .\UVtools_demo_file.sl1 --partial-mode -bn MaterialName
Opening file UVtools_demo_file.sl1: Done in 0.11s
Listing properties:
----------------------
MaterialName: BlueCast EcoGray @0.1
----------------------
Total properties: 1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When opening sl1 files with UVtools, it can read FILEFORMAT_CTB in the notes of a sl1 file and convert accordingly. Is there a way to tell
UVtoolsCmd convert myfile.sl1
to read FILEFORMAT_x in the same way? When no target-type is provided, UVtoolsCmd throws an error.Certainly not the highest priority but could you copy over the sl1.MaterialName property in some way to the ctb file format when converting with UVtoolsCmd ? When sl1 files just got converted in UVtools gui, scripts can read sl1.MaterialName and append it to ctb.MachineName. Any other solution would be fine too.
Beta Was this translation helpful? Give feedback.
All reactions