mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:26:03 +08: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
@ -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…
x
Reference in New Issue
Block a user