mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Add the layer thickness back to the color options in Simulation View
This commit is contained in:
parent
1e12258f10
commit
bf1ecba641
1 changed files with 4 additions and 5 deletions
|
@ -138,11 +138,10 @@ Item
|
||||||
text: catalog.i18nc("@label:listbox", "Feedrate"),
|
text: catalog.i18nc("@label:listbox", "Feedrate"),
|
||||||
type_id: 2
|
type_id: 2
|
||||||
})
|
})
|
||||||
// TODO DON'T DELETE!!!! This part must be enabled when adaptive layer height feature is available
|
layerViewTypes.append({
|
||||||
// layerViewTypes.append({
|
text: catalog.i18nc("@label:listbox", "Layer thickness"),
|
||||||
// text: catalog.i18nc("@label:listbox", "Layer thickness"),
|
type_id: 3 // these ids match the switching in the shader
|
||||||
// type_id: 3 // these ids match the switching in the shader
|
})
|
||||||
// })
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox
|
ComboBox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue