From 6c6ee479d2a491f2f60148538a40ff06a8babe95 Mon Sep 17 00:00:00 2001 From: supermerill Date: Wed, 13 Jul 2022 15:36:24 +0200 Subject: update min_width_top_surface tooltip --- src/libslic3r/PrintConfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libslic3r/PrintConfig.cpp') 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; -- cgit v1.2.3