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

Show original filename in reload dialog #12146

Open
PinkPandaKatie opened this issue Jan 28, 2024 · 0 comments
Open

Show original filename in reload dialog #12146

PinkPandaKatie opened this issue Jan 28, 2024 · 0 comments

Comments

@PinkPandaKatie
Copy link

Is your feature request related to a problem? Please describe.
I have projects which have a lot of parts. I usually keep one 3mf file with all the parts in it, and slide them around to the bed when needed.

If I rename one or more parts, and I press F5 to reload, I get a dialog box that says "Please select file to reload", but that doesn't tell me which part could not be found.

Describe the solution you'd like
It would be helpful if the title of the dialog said "Please select the file to reload for XXXXX.stl" where XXXXX.stl is the file that could not be found.

Describe how it would work
Looking through the code, it appears this is already implemented in src/slic3er/GUI/Plater.cpp line 3815 but is #ifdefed out for all platforms except MacOS. This change would simply be removing that #ifdef.

Describe alternatives you've considered
The only alternative is to either a) unzip the 3mf, open the XML, and do a find and replace or b) individually find all parts and replace them manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant