ezrec / uv3dp

Tools for UV Resin based 3D Printers (in Go)
MIT License
58 stars 14 forks source link

incorrect convert UVJ -> CTB files #111

Closed winso2018 closed 4 years ago

winso2018 commented 4 years ago

for sample. CTB file (13 layers) Original file - 1029kb

CTB -> UVJ - ok uv3dp.exe file.ctb file.uvj (result file 322412b)

UVJ -> CTB - damaged file uv3dp.exe file.uvj file1.ctb (result file 41964 b). what to do? https://yadi.sk/d/GElSCuvc_Vf6FA

ezrec commented 4 years ago

Thanks for the concise bug report - I've been able to reproduce the problem, and have found the root cause.

I should have a new release ready soon that fixes this issue.

ezrec commented 4 years ago

Will be fixed in release v1.2.3

Thanks for the bug report!