Show infill checkbox only for overhang mesh types

This commit is contained in:
Nino van Hooff 2019-09-09 16:46:46 +02:00
parent 760234f69b
commit 812eeab07a

View file

@ -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()
} }
} }