ezrec / uv3dp

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

Bottom Layer Empty #141

Closed MaxBareiss closed 3 years ago

MaxBareiss commented 3 years ago

When I convert this manually generated uvj file to a .photon file, the bottom layer is empty when I look at it in Chitubox and when it prints on an Anycubic Photon. test_1.zip

sn4k3 commented 3 years ago

What program you used to get the .UVJ? My guess would be the missing thumbnails/previews on UVJ file

MaxBareiss commented 3 years ago

I have my own code that's generating the UVJ. I will try adding thumbnail/preview images.

sn4k3 commented 3 years ago

Right now UVtools and .photon format expect thumbnails, so i guess uv3dp is too, if not present it can raise problems on both sides.

MaxBareiss commented 3 years ago

Including the two preview images solves the issue. Thanks!