Project Thumbnails being ignored (since 1.4.7?)
Hey,
currently we use 1.46 on our machines. I test-installed 1.49 now on another machine and uploaded one of our projects, which is always a zip file with gcodes and one png which is used as thumbnail for the project. With 1.46 the image was automatically used as a thumbnail/preview image, but with 1.49 it does not anymore but uses one of the gcode previews.
We use the image as a quick overview for the project, so for us this is super inconvenient. Is this behaviour intended?
Comments
If you export projects as .rsproj it should keep the preview, but I guess the zip you talk about is self made. Also if preview image gets deleted the search order is 3d file, gcode image and then first image.
Since all is quite shaky as it just depends on how it is processed, I guess I will make a special image filename preview.png or preview.jpg to be forced as preview on import. That should also fix cases where zip does not order files by name which is what is needed to work that way.