mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-16 02:23:14 +08:00
Update plugins/PostProcessingPlugin/scripts/ColorMix.py
Sure Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
parent
186e715d16
commit
fadc8bb624
@ -119,7 +119,7 @@ class ColorMix(Script):
|
||||
SecondMix = 0.0
|
||||
|
||||
firstHeight = self.getSettingValueByKey("start_height")
|
||||
secondHeight = self.getSettingValueByKey("d_finish_height")
|
||||
secondHeight = self.getSettingValueByKey("finish_height")
|
||||
firstMix = self.getSettingValueByKey("e_mix_start")
|
||||
SecondMix = self.getSettingValueByKey("f_mix_finish")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user