mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Correct skirt setting description
A word was missing there.
This commit is contained in:
parent
6d028f4ef2
commit
7235e1a019
1 changed files with 1 additions and 1 deletions
|
|
@ -1338,7 +1338,7 @@
|
||||||
},
|
},
|
||||||
"skirt_line_count": {
|
"skirt_line_count": {
|
||||||
"label": "Skirt Line Count",
|
"label": "Skirt Line Count",
|
||||||
"description": "The skirt is a line drawn around the first layer of the. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.",
|
"description": "The skirt is a line drawn around the first layer of the print. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"enabled": "adhesion_type == \"skirt\""
|
"enabled": "adhesion_type == \"skirt\""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue