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

@ -47,7 +47,7 @@
"adhesion_type": "\"skirt\" if (platform_adhesion == \"None\") else platform_adhesion.lower()",
"skirt_line_count": "skirt_line_count",
"skirt_gap": "skirt_gap",
"skirt_minimal_length": "skirt_minimal_length",
"skirt_brim_minimal_length": "skirt_minimal_length",
"brim_line_count": "brim_line_count",
"raft_margin": "raft_margin",
"raft_airgap": "float(raft_airgap_all) + float(raft_airgap)",