Layerview removed Color Only Selected Extruder, cleanup 3d shader. CURA-3273

This commit is contained in:
Jack Ha 2017-01-30 11:39:59 +01:00
parent 2f9618f2ad
commit 5f6ed488d1
5 changed files with 0 additions and 31 deletions

View file

@ -247,13 +247,6 @@ Item
}
text: "Show infill"
}
CheckBox {
checked: true
onClicked: {
UM.LayerView.setOnlyColorActiveExtruder(checked);
}
text: "Only color active extruder"
}
}
}
}