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
3a979903aa
commit
9fae1f29b1
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class ColorMix(Script):
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"a_unitsOfMeasurement":
|
"measurement_units":
|
||||||
{
|
{
|
||||||
"label": "Units of measurement",
|
"label": "Units of measurement",
|
||||||
"description": "Input value as mm or layer number.",
|
"description": "Input value as mm or layer number.",
|
||||||
|
@ -187,4 +187,4 @@ class ColorMix(Script):
|
||||||
lineIndex += 1 #for deleting index
|
lineIndex += 1 #for deleting index
|
||||||
data[index] = modified_gcode
|
data[index] = modified_gcode
|
||||||
index += 1
|
index += 1
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue