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/bq_hephestos_2.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/bq_hephestos_2.def.json')
-rw-r--r--resources/definitions/bq_hephestos_2.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json
index 920c5f5e9b..e49e7163e8 100644
--- a/resources/definitions/bq_hephestos_2.def.json
+++ b/resources/definitions/bq_hephestos_2.def.json
@@ -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 }
}