Rename setting skirt_minimal_length to skirt_brim_minimal_length

Also updated the description and made it a bit more accurate. Because this concerns not only the skirt, but also the brim.

Contributes to issue CURA-1678.
This commit is contained in:
Ghostkeeper 2016-07-22 17:12:34 +02:00
parent 3042b6af5f
commit 54685e8898
No known key found for this signature in database
GPG key ID: 701948C5954A7385
8 changed files with 13 additions and 9 deletions

View file

@ -40,7 +40,7 @@
"speed_topbottom": { "default_value": 35 },
"skirt_brim_speed": { "default_value": 35 },
"skirt_line_count": { "default_value": 4 },
"skirt_minimal_length": { "default_value": 30 },
"skirt_brim_minimal_length": { "default_value": 30 },
"skirt_gap": { "default_value": 6 },
"cool_fan_full_at_height": { "default_value": 0.4 }
}

View file

@ -95,7 +95,7 @@
"skirt_line_count": {
"default_value": 4
},
"skirt_minimal_length": {
"skirt_brim_minimal_length": {
"default_value": 30
},
"skirt_gap": {

View file

@ -2521,10 +2521,10 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"skirt_minimal_length":
"skirt_brim_minimal_length":
{
"label": "Skirt Minimum Length",
"description": "The minimum length of the skirt. If this length is not reached by the skirt line count, more skirt lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored.",
"label": "Skirt/Brim Minimum Length",
"description": "The minimum length of the skirt or brim. If this length is not reached by all skirt or brim lines together, more skirt or brim lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored.",
"unit": "mm",
"type": "float",
"default_value": 250,

View file

@ -61,6 +61,6 @@
"cool_fan_speed": { "default": 0 },
"skirt_line_count": { "default": 3 },
"skirt_gap": { "default": 4 },
"skirt_minimal_length": { "default": 200 }
"skirt_brim_minimal_length": { "default": 200 }
}
}

View file

@ -94,7 +94,7 @@
"default_value": 4,
"enabled": "adhesion_type == \"Skirt\""
},
"skirt_minimal_length": {
"skirt_brim_minimal_length": {
"default_value": 200,
"enabled": "adhesion_type == \"Skirt\""
}

View file

@ -97,7 +97,7 @@
"default_value": 4,
"enabled": "adhesion_type == \"Skirt\""
},
"skirt_minimal_length": {
"skirt_brim_minimal_length": {
"default_value": 200,
"enabled": "adhesion_type == \"Skirt\""
}