mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Update plugins/PostProcessingPlugin/scripts/ColorMix.py
OKay Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
parent
0875498a12
commit
3b763e5552
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user