mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Update plugins/PostProcessingPlugin/scripts/ColorMix.py
Okay Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
parent
3b763e5552
commit
1eb1bce583
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class ColorMix(Script):
|
||||||
startLayer = firstHeight
|
startLayer = firstHeight
|
||||||
endLayer = secondHeight
|
endLayer = secondHeight
|
||||||
#see if one-shot
|
#see if one-shot
|
||||||
if self.getSettingValueByKey("c_behavior") == "fixed_value":
|
if self.getSettingValueByKey("behavior") == "fixed_value":
|
||||||
endLayer = startLayer
|
endLayer = startLayer
|
||||||
firstExtruderIncrements = 0
|
firstExtruderIncrements = 0
|
||||||
else: #blend
|
else: #blend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue