mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Show infill checkbox only for overhang mesh types
This commit is contained in:
parent
760234f69b
commit
812eeab07a
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ Item
|
||||||
|
|
||||||
style: UM.Theme.styles.checkbox;
|
style: UM.Theme.styles.checkbox;
|
||||||
|
|
||||||
checked: base.current_mesh_type === base.infill_mesh_type
|
checked: current_mesh_type === infill_mesh_type
|
||||||
|
visible: current_mesh_type === infill_mesh_type || current_mesh_type === cutting_mesh_type
|
||||||
onClicked: base.setOverhangsMeshType()
|
onClicked: base.setOverhangsMeshType()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue