Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2016-07-22 18:12:34 +0300
committerGhostkeeper <rubend@tutanota.com>2016-07-22 18:12:34 +0300
commit54685e8898dd82f9cf8248f7b59fa8582f2436e9 (patch)
treeab88664e332a53d577e6db87a54d35b45c60d590 /resources/definitions/rigidbot.def.json
parent3042b6af5fc464c3f339f954925eceb9d534e7b5 (diff)
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.
Diffstat (limited to 'resources/definitions/rigidbot.def.json')
-rw-r--r--resources/definitions/rigidbot.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/rigidbot.def.json b/resources/definitions/rigidbot.def.json
index ace8300d5d..fb8112a582 100644
--- a/resources/definitions/rigidbot.def.json
+++ b/resources/definitions/rigidbot.def.json
@@ -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\""
}