mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
Tweak descriptions of mesh type options
This commit is contained in:
parent
e00ac591bf
commit
dcdd1f8650
@ -61,7 +61,7 @@ Item {
|
|||||||
});
|
});
|
||||||
meshTypeModel.append({
|
meshTypeModel.append({
|
||||||
type: "anti_overhang_mesh",
|
type: "anti_overhang_mesh",
|
||||||
text: catalog.i18nc("@label", "Remove support for overlap with other models")
|
text: catalog.i18nc("@label", "Don't support overlap with other models")
|
||||||
});
|
});
|
||||||
meshTypeModel.append({
|
meshTypeModel.append({
|
||||||
type: "cutting_mesh",
|
type: "cutting_mesh",
|
||||||
@ -69,7 +69,7 @@ Item {
|
|||||||
});
|
});
|
||||||
meshTypeModel.append({
|
meshTypeModel.append({
|
||||||
type: "infill_mesh",
|
type: "infill_mesh",
|
||||||
text: catalog.i18nc("@label", "Modify settings for overlap with infill of other models")
|
text: catalog.i18nc("@label", "Modify settings for infill of other models")
|
||||||
});
|
});
|
||||||
|
|
||||||
meshTypeSelection.updateCurrentIndex();
|
meshTypeSelection.updateCurrentIndex();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user