mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update plugins/PostProcessingPlugin/scripts/ColorMix.py
Sure Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
parent
d19f1f497a
commit
0875498a12
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class ColorMix(Script):
|
|||
firstHeight = self.getSettingValueByKey("start_height")
|
||||
secondHeight = self.getSettingValueByKey("finish_height")
|
||||
firstMix = self.getSettingValueByKey("mix_start_ratio")
|
||||
SecondMix = self.getSettingValueByKey("f_mix_finish")
|
||||
SecondMix = self.getSettingValueByKey("mix_finish_ratio")
|
||||
|
||||
#locals
|
||||
layer = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue