From 133466a6b5045c88364177893f060612d3b62762 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 12 Dec 2014 22:50:43 +0100 Subject: [PATCH] Minor improvements to the Skirt Loops tooltip --- xs/src/libslic3r/PrintConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp index 54deaee82b..8e9720b76b 100644 --- a/xs/src/libslic3r/PrintConfig.cpp +++ b/xs/src/libslic3r/PrintConfig.cpp @@ -664,8 +664,8 @@ PrintConfigDef::build_def() { Options["skirt_height"].cli = "skirt-height=i"; Options["skirts"].type = coInt; - Options["skirts"].label = "Loops"; - Options["skirts"].tooltip = "Number of loops for this skirt, in other words its thickness. Set this to zero to disable skirt."; + Options["skirts"].label = "Loops (minimum)"; + Options["skirts"].tooltip = "Number of loops for the skirt. If the Minimum Extrusion Length option is set, the number of loops might be greater than the one configured here. Set this to zero to disable skirt completely."; Options["skirts"].cli = "skirts=i"; Options["skirts"].min = 0;