mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Rename setting to Remove Inside Corners
We should know better than to name a setting after a particular printing profile (i.e. 'use this for that profile'). We name our settings as much as possible after their effect on the print. Contributes to issue CURA-8081.
This commit is contained in:
parent
53d3ecea8d
commit
6a01c293d2
1 changed files with 3 additions and 3 deletions
|
@ -5949,10 +5949,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"raft_is_shrink_plate":
|
||||
"raft_remove_inside_corners":
|
||||
{
|
||||
"label": "Use Raft As Shrinkage Plate",
|
||||
"description": "The 'Raft' adhesion method is to be used as a 'Shrinkage Plate' if this it set to true. A shrinkage plate can (partly) prevent deforming for materials with high shrinkage, such as metals.",
|
||||
"label": "Remove Raft Inside Corners",
|
||||
"description": "Remove inside corners from the raft, causing the raft to become convex.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue