mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-4972 More zen.
This commit is contained in:
parent
ed7dec0cae
commit
e3411e9edb
1 changed files with 0 additions and 6 deletions
|
@ -54,12 +54,6 @@ Item {
|
||||||
id: meshTypeSelection
|
id: meshTypeSelection
|
||||||
style: UM.Theme.styles.combobox
|
style: UM.Theme.styles.combobox
|
||||||
onActivated: {
|
onActivated: {
|
||||||
|
|
||||||
console.log("!!!!!!!!!!!!!!!!!!!")
|
|
||||||
|
|
||||||
if(model.get(index).type == "anti_overhang_mesh")
|
|
||||||
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
|
|
||||||
|
|
||||||
UM.ActiveTool.setProperty("MeshType", model.get(index).type)
|
UM.ActiveTool.setProperty("MeshType", model.get(index).type)
|
||||||
}
|
}
|
||||||
model: ListModel
|
model: ListModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue