From 576c275b613536b9c73df8261d2f9593294615f2 Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Fri, 4 Aug 2023 22:03:12 +0800 Subject: [PATCH] ENH: key name-only one wall on top surface Signed-off-by: qing.zhang Change-Id: Ife706b02d51badddc7e6dcba446a4d049695a706 --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 6f70020f8..0ac3d1fdd 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -730,7 +730,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionFloat(1)); def = this->add("top_one_wall_type", coEnum); - def->label = L("Only one wall type"); + def->label = L("Only one wall on top surfaces"); def->category = L("Quality"); def->tooltip = L("Use only one wall on flat top surface, to give more space to the top infill pattern. Could be applyed on topmost surface or all top surface."); def->enum_keys_map = &ConfigOptionEnum::get_enum_values();