Replace all with stl (#11145)

* Add "Replace all from STL" command
this operates on the currently selected plate or on the selection

* Add more translations for "Replace all from STL"

* build fix

* "Replace all with STL" also works with multiple selected plates

* fix build

* replace all from stl: better error handling and a nicer status message box

---------

Co-authored-by: Nils Hasler <hasler@thecaptury.com>
This commit is contained in:
nilshasler
2025-10-29 09:30:23 +01:00
committed by GitHub
parent e3f049829b
commit dedfd9d4ed
6 changed files with 219 additions and 4 deletions

View File

@@ -1949,9 +1949,15 @@ msgstr ""
msgid "Replace with STL"
msgstr ""
msgid "Replace all with STL"
msgstr ""
msgid "Replace the selected part with new STL"
msgstr ""
msgid "Replace all selected parts with STL from folder"
msgstr ""
msgid "Change filament"
msgstr ""
@@ -2271,6 +2277,18 @@ msgid ""
"cut information first."
msgstr ""
msgid "✖ Skipped %1%: %2%, same file\n"
msgstr ""
msgid "✖ Skipped %1%: %2% does not exist.\n"
msgstr ""
msgid "✖ Skipped %1%: failed to replace.\n"
msgstr ""
msgid "✔ Replaced %1% with %2%\n"
msgstr ""
msgid "Delete all connectors"
msgstr ""
@@ -6697,6 +6715,12 @@ msgstr ""
msgid "File for the replace wasn't selected"
msgstr ""
msgid "Select folder to replace from"
msgstr ""
msgid "Directory for the replace wasn't selected"
msgstr ""
msgid "Please select a file"
msgstr ""