-
I'm using this Go package to export a collection of layer images to popular file formats. UVtools can open all the exported formats except:
The three bad formats are attached. Considering that I'm not making any modifications to the Go package, I wonder what could be the cause? Thanks! Error screenshots |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
CWS: slice.conf is missing, UVtools read global information from that file, printer does not require that file but it's generated with all slicers and i enforce that verification too. You can open a request @uv3dp to complete the fileformats with that extra missing files to add compability between UVtools. |
Beta Was this translation helpful? Give feedback.
CWS: slice.conf is missing, UVtools read global information from that file, printer does not require that file but it's generated with all slicers and i enforce that verification too.
SL1: prusaslicer.ini is missing, on first versions of sl1 that file didn't exist but now it is and it's critical because is where uvtools get all information from.
Zcodex: my MaterialId is uint, i must change to string... uv3dp is right
You can open a request @uv3dp to complete the fileformats with that extra missing files to add compability between UVtools.
You can also attempt a fork, and a pull request on the end, will not be hard to complete that.