mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 08:26:07 +08:00
Add infill_mesh as an option to the dropdown
This commit is contained in:
parent
69b707cbfe
commit
ac27b3f811
@ -65,7 +65,11 @@ Item {
|
|||||||
});
|
});
|
||||||
meshTypeModel.append({
|
meshTypeModel.append({
|
||||||
type: "cutting_mesh",
|
type: "cutting_mesh",
|
||||||
text: catalog.i18nc("@label", "Modify extruder or settings for overlap with other models")
|
text: catalog.i18nc("@label", "Modify settings for overlap with other models")
|
||||||
|
});
|
||||||
|
meshTypeModel.append({
|
||||||
|
type: "infill_mesh",
|
||||||
|
text: catalog.i18nc("@label", "Modify settings for overlap with infill of other models")
|
||||||
});
|
});
|
||||||
|
|
||||||
meshTypeSelection.updateCurrentIndex();
|
meshTypeSelection.updateCurrentIndex();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user