mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue