mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:15:56 +08: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
@ -5949,10 +5949,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"raft_is_shrink_plate":
|
"raft_remove_inside_corners":
|
||||||
{
|
{
|
||||||
"label": "Use Raft As Shrinkage Plate",
|
"label": "Remove Raft Inside Corners",
|
||||||
"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.",
|
"description": "Remove inside corners from the raft, causing the raft to become convex.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user