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:
Ghostkeeper 2021-12-13 16:11:00 +01:00 committed by casper
parent 53d3ecea8d
commit 6a01c293d2

View file

@ -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'",