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
ad820ad1e9
commit
8086adf9ba
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class ColorMix(Script):
|
||||||
"minimum_value_warning": "0.1",
|
"minimum_value_warning": "0.1",
|
||||||
"enabled": "c_behavior == 'blend_value'"
|
"enabled": "c_behavior == 'blend_value'"
|
||||||
},
|
},
|
||||||
"e_mix_start":
|
"mix_start_ratio":
|
||||||
{
|
{
|
||||||
"label": "Start mix ratio",
|
"label": "Start mix ratio",
|
||||||
"description": "First extruder percentage 0-100",
|
"description": "First extruder percentage 0-100",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue