Update plugins/PostProcessingPlugin/scripts/ColorMix.py

OKay

Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
Diego Prado Gesto 2019-03-09 20:46:34 -05:00 committed by GitHub
parent 0875498a12
commit 3b763e5552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ class ColorMix(Script):
#get layers to use
startLayer = 0
endLayer = 0
if self.getSettingValueByKey("a_unitsOfMeasurement") == "mm":
if self.getSettingValueByKey("measurement_units") == "mm":
if firstHeight == 0:
startLayer = 0
else: