Minor improvements to the Skirt Loops tooltip
This commit is contained in:
parent
360dee862b
commit
133466a6b5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue