From 0f897eeaa38204eb7aab926d2ed4f4b11f39a1ec Mon Sep 17 00:00:00 2001 From: supermerill Date: Sun, 31 Oct 2021 18:46:29 +0100 Subject: [PATCH] Fix missing 'ironing' from bottom feature selection box supermerill/SuperSlicer#1754 --- src/slic3r/GUI/GUI_Preview.cpp | 1 + 1 file changed, 1 insertion(+) 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|" +