Skip to content
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

Closed
pbbft opened this issue Oct 30, 2021 · 8 comments
Closed

File Explorer support for .stl / .gcode file format. #14152

pbbft opened this issue Oct 30, 2021 · 8 comments
Assignees
Labels
Idea-Enhancement New feature or request on an existing product Product-File Explorer Power Toys that touch explorer like Preview Pane Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.

Comments

@pbbft
Copy link

pbbft commented Oct 30, 2021

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.
Screenshot 2021-10-30 145935

Supporting information

No response

@pbbft pbbft added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Oct 30, 2021
@franky920920
Copy link
Contributor

For stl thumbs, its duplicate of #9695

@franky920920 franky920920 added Idea-Enhancement New feature or request on an existing product Product-File Explorer Power Toys that touch explorer like Preview Pane labels Oct 31, 2021
@pbbft
Copy link
Author

pbbft commented Oct 31, 2021 via email

@crutkas crutkas added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Nov 12, 2021
@crutkas crutkas closed this as completed Nov 12, 2021
@pedrolamas
Copy link
Contributor

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.

@Aaron-Junker Aaron-Junker added Status-In progress This issue or work-item is under development and removed Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. labels Dec 4, 2021
@Aaron-Junker Aaron-Junker reopened this Dec 4, 2021
@pbbft
Copy link
Author

pbbft commented Dec 4, 2021

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

@pedrolamas
Copy link
Contributor

For STL, please follow up on #9695

@jaimecbernardo jaimecbernardo added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Status-In progress This issue or work-item is under development labels Dec 10, 2021
@crutkas
Copy link
Member

crutkas commented Jan 6, 2022

This is added in 0.53, get it at https://aka.ms/installPowerToys

@crutkas crutkas closed this as completed Jan 6, 2022
@SuperBartimus
Copy link

This feature isn't working for me on Windows 11 22H2 with PowerToys v0.71.0
I've tried toggling the switches all off for File Explorer Add-ons, reboot, toggle back on, and reboot.
No changes.

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).

@pedrolamas
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-File Explorer Power Toys that touch explorer like Preview Pane Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

No branches or pull requests

7 participants