-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
File Explorer support for .stl / .gcode file format. #14152
Comments
For stl thumbs, its duplicate of #9695 |
Some slicers can add thumbnails directly to the gcode (PrusaSlicer, SuperSlicer, Cura, ...) so we can just read from there the thumbnails! I've just started coding a thumbnail provider for this, code works fine but it still needs work on the install/register part. |
Hi, This is 100% true but it doesn't consider .stl files which are the non-sliced 3d files. The screenshot I included are .stl files but it's using a 3rd party thumbnail program in order to generate in File Explorer. Here is a link to that free add-on: https://github.com/unlimitedbacon/stl-thumb for reference. This is all a it would be nice thing though vs. really necessary however with 3d printing becoming more mainstream it would be nice for File Explorer to adapt to new file extension types. if I can assist in any way please let me know. .pb |
For STL, please follow up on #9695 |
This is added in 0.53, get it at https://aka.ms/installPowerToys |
This feature isn't working for me on Windows 11 22H2 with PowerToys v0.71.0 I resorted to using https://github.com/cabbagecreek/Marlin3DprinterTool/ to get the STL to work but this requires having to re-apply the DLL registration. It doesn't work for .GCode or .3MF (a filetype I wish would work). |
While thumbnails from STL are generated from the model item self, Gcode files needs to have embedded thumbnail for this to work. 3MF should generate thumbnails in Windows automatically, but you might need to install 3D Viewer from the Store. |
Description of the new feature / enhancement
So File Explorer support for .stl / .gcode file format. This would show a iconized version of the file as an image preview.
Scenario when this would be used?
Anyone who is into 3d printing, CAD design. Right now this is only possible with 3rd party add-on.
Supporting information
No response
The text was updated successfully, but these errors were encountered: