mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix spelling and grammar of Remove Mesh Intersection
'objecs' to 'objects'. Removed superfluous 'is'. Contributes to issue CURA-2712.
This commit is contained in:
parent
982029a627
commit
612ef1c0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -3635,7 +3635,7 @@
|
||||||
"carve_multiple_volumes":
|
"carve_multiple_volumes":
|
||||||
{
|
{
|
||||||
"label": "Remove Mesh Intersection",
|
"label": "Remove Mesh Intersection",
|
||||||
"description": "Remove areas where multiple objecs are overlapping with each other. This is may be used if merged dual material objects overlap with each other.",
|
"description": "Remove areas where multiple objects are overlapping with each other. This may be used if merged dual material objects overlap with each other.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": true,
|
"default_value": true,
|
||||||
"value": "machine_extruder_count > 1",
|
"value": "machine_extruder_count > 1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue