mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:49:01 +08:00
Show infill checkbox only for overhang mesh types
This commit is contained in:
parent
760234f69b
commit
812eeab07a
@ -158,7 +158,8 @@ Item
|
||||
|
||||
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()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user