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
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-07-13 16:36:24 +0300
committersupermerill <merill@free.fr>2022-08-10 21:55:32 +0300
commit6c6ee479d2a491f2f60148538a40ff06a8babe95 (patch)
treeb158124e0ea8ab837e31641b13a0feef52b705e1
parentf266b18176f8aec05553648c85e99a0039cd37bd (diff)
update min_width_top_surface tooltip
-rw-r--r--src/libslic3r/PrintConfig.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 4f0731fb3..845a2239a 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -3521,7 +3521,8 @@ void PrintConfigDef::init_fff_params()
def->category = OptionCategory::speed;
def->tooltip = L("If a top surface has to be printed and it's partially covered by another layer, it won't be considered at a top layer where its width is below this value."
" This can be useful to not let the 'one perimeter on top' trigger on surface that should be covered only by perimeters."
- " This value can be a mm or a % of the perimeter extrusion width.");
+ " This value can be a mm or a % of the perimeter extrusion width."
+ "\nWarning: If enabled, artifacts can be created is you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts.");
def->sidetext = L("mm or %");
def->ratio_over = "perimeter_extrusion_width";
def->min = 0;