mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue