mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update plugins/PostProcessingPlugin/scripts/ColorMix.py
Okay Co-Authored-By: Hrybmo <john.hryb.4@gmail.com>
This commit is contained in:
parent
151d40664f
commit
186e715d16
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ColorMix(Script):
|
|||
firstMix = 0.0
|
||||
SecondMix = 0.0
|
||||
|
||||
firstHeight = self.getSettingValueByKey("b_start_height")
|
||||
firstHeight = self.getSettingValueByKey("start_height")
|
||||
secondHeight = self.getSettingValueByKey("d_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