mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add infill_mesh as an option to the dropdown
This commit is contained in:
parent
69b707cbfe
commit
ac27b3f811
1 changed files with 5 additions and 1 deletions
|
@ -65,7 +65,11 @@ Item {
|
|||
});
|
||||
meshTypeModel.append({
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue