You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcodeplot.inx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,7 @@
41
41
<itemvalue="center">center</item>
42
42
<itemvalue="top">right</item>
43
43
</param>
44
-
<paramname="boolean-extract-color"type="boolean"_gui-text="Extract one color from drawing"_gui-description="If enabled, only paths in the selected color are drawn.">0</param>
45
-
<paramname="extract-color"type="color"_gui-text="Color to extract from drawing"_gui-description="If extract option is active, this selects the color to extract.">#000000</param>
44
+
<paramname="extract-color"type="string"_gui-text="Extract one color from drawing"_gui-description="Put 'all' or leave blank to include all colors, red=#FF0000, green=#00FF00, blue=#0000FF."></param>
46
45
</page>
47
46
<pagename="drawing"_gui-text="Drawing Settings">
48
47
<paramname="shading-threshold"type="float"min="0"max="1"precision="2"_gui-text="Shading threshold:"_gui-description="Shade whenever the shade is below this value, where 0=black and 1=white. To turn off shading, set to 0. (Default: 1, shade everything other than white).">1</param>
0 commit comments