From bf1ecba641a0c6cc702a4b72474976d5ac217196 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 24 Nov 2017 10:54:20 +0100 Subject: [PATCH] Add the layer thickness back to the color options in Simulation View --- plugins/SimulationView/SimulationView.qml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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