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