mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08: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
@ -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…
x
Reference in New Issue
Block a user