-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No thumbnail for BambuStudio - A1 Mini #17
Comments
Thanks for the follow up. For the .3mf that are returning a white icon with the green '3MF' text (example: MTS03-Blacksto...ode.3mf): That tells me that Thumb3mf (the quicklook plugin) extracted a valid thumbnail image from the .3mf file and then stamped that image with the green '3MF' text. Please unzip a copy of Blacksto...ode.3mf as in #16 (comment) to see the files within the .3mf Has the tool that you used to generate the .3MF file included a non-blank thumbnail? If the included thumbnail is blank, then Thumb3mf is working correctly, but the generating app is buggy. If the included thumbnail is not blank, then can you upload the file to, for example, Google Doc, and share it with me? |
P1S File (working): https://drive.google.com/file/d/1etJqnm68IaCJvtbzLgluYtFFpwIXJ2Nx/view?usp=share_link A1 Mini File (not working): https://drive.google.com/file/d/1sxwhz1gsz7lAx1zw8oKQJ-LX5j3ACDt6/view?usp=share_link |
Note that in #17 (comment) that file does contain a Metadata/plate_1.png and that .png is blank. Currently, Thumb3MF looks for these files in order, and grabs the first match: Metadata/thumbnail.png, Metadata/thumbnail.jpg, Metadata/plate_1.png, Metadata/plate_1.jpg. I wonder if Thumb3MF, if it doesn't find a file inside the zip labeled 'thumbnail.png' or thumbnail.jpg should look for an 𝑥𝑥𝑥.json file, and if it finds it, use the corresponding 𝑥𝑥𝑥.png file. |
I've downloaded those two files from Google Drive, so you can remove them from there now. |
I see from inspecting MTS03-BlackstoneHouse_plate_3.gcode_a1mini.gcode.3mf that there is nothing useful inside the .json file inside the Metadata directory, so just the presence of the file is an indication of which .png to use. But MTS03-BlackstoneHouse_plate_2.gcode_p1p.gcode.3mf contains multiple .json files, each with a corresponding 𝑥𝑥𝑥.png file so you may be better off overriding the thumbnail that Thumb3MF hands Finder: Override by opening the file in an app, using ^⇧⌘4 (Control + Shift + Command + 4) to sweep out a rectangle in the app and put the resulting image on the clipboard, then ⌘i on the selected file in Finder, and click on the icon in the upper left of that Get Info window, and ⌘v to paste the image on the clipboard as the icon of the file. The downside of this method is: if you copy the file to non-macOS drive, like the SD card for the printer, it will loose your custom icon on that drive. I wonder how Microsoft Windows handles files like these. |
Opened Issue with Bambu Studio bambulab/BambuStudio#5927 |
Thank you. Please file a new issue with me if BambuStudio starts using thumbnail names other than |
This application is working almost perfectly on OSX.
I used bambu slicer to export several plates as individual 3mf files. Strangely some of the previews are working and some are not.
The common denominator between the ones that work and the ones that don't is that the non working all have multiple objects on a single plate and have a large number of triangles.
I can provide the original files for troubleshooting if desired. (They are too large to upload to GitHub issues)
Test 1
I've created a single plate with multiple primitive objects, and they show a preview correctly.
Any advice of how to further troubleshoot would be appreciated.
The text was updated successfully, but these errors were encountered: