diff --git a/plugins/SimulationView/SimulationView.qml b/plugins/SimulationView/SimulationView.qml index bc224f19e2..42cd23cd5f 100644 --- a/plugins/SimulationView/SimulationView.qml +++ b/plugins/SimulationView/SimulationView.qml @@ -138,11 +138,10 @@ Item text: catalog.i18nc("@label:listbox", "Feedrate"), type_id: 2 }) - // TODO DON'T DELETE!!!! This part must be enabled when adaptive layer height feature is available -// layerViewTypes.append({ -// text: catalog.i18nc("@label:listbox", "Layer thickness"), -// type_id: 3 // these ids match the switching in the shader -// }) + layerViewTypes.append({ + text: catalog.i18nc("@label:listbox", "Layer thickness"), + type_id: 3 // these ids match the switching in the shader + }) } ComboBox