Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-10-31 20:46:29 +0300
committersupermerill <merill@free.fr>2021-11-06 15:47:56 +0300
commit0f897eeaa38204eb7aab926d2ed4f4b11f39a1ec (patch)
tree965c5122873ec62a790b25cf8335a139508d2f6e /src
parenta5724d14baf31443873ee8352968e6055728147e (diff)
Fix missing 'ironing' from bottom feature selection box
supermerill/SuperSlicer#1754
Diffstat (limited to 'src')
-rw-r--r--src/slic3r/GUI/GUI_Preview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_Preview.cpp b/src/slic3r/GUI/GUI_Preview.cpp
index 6a711f7f6..65008171f 100644
--- a/src/slic3r/GUI/GUI_Preview.cpp
+++ b/src/slic3r/GUI/GUI_Preview.cpp
@@ -270,6 +270,7 @@ bool Preview::init(wxWindow* parent, Model* model)
_L("Internal infill") + "|1|" +
_L("Solid infill") + "|1|" +
_L("Top solid infill") + "|1|" +
+ _L("Ironing") + "|1|" +
_L("Bridge infill") + "|1|" +
_L("Internal bridge infill") + "|1|" +
_L("Thin wall") + "|1|" +