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
<paramname="tool-mode"type="enum"_gui-text="Tool mode:"_gui-description="In draw mode, tool offsetand overcut settings are ignored. In cut mode, shading is always disabled. In custom mode, all the other settings are used.">
9
+
<paramname="tool-mode"type="enum"_gui-text="Tool mode:"_gui-description="In draw mode, tool offset, overcut and inside-out sorting settings are ignored. In cut mode, shading is always disabled, optimization is disabled and inside-out sorting is always enabled. In custom mode, one can mix and match these.">
10
10
<itemvalue="draw">drawing</item>
11
11
<itemvalue="cut">cutting</item>
12
12
<itemvalue="custom">custom</item>
@@ -22,18 +22,40 @@
22
22
<paramname="pen-up-speed"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Movement speed (mm/s):"_gui-description="Speed moving with pen up (Default: 40)">40</param>
23
23
<paramname="pen-down-speed"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Draw speed (mm/s):"_gui-description="Speed moving with pen down (Default: 35)">35</param>
<pagename="fitting"_gui-text="Fitting and Extracting">
25
27
<paramname="scale"type="enum"_gui-text="Scaling mode:"_gui-description="Method for scaling to print area (Default: none; should be 'none' if tool-offset option is set in cutter tab)">
26
28
<itemvalue="none">none (needed if tool offset>0)</item>
27
29
<itemvalue="fit">fit</item>
28
30
<itemvalue="down-only">down-only</item>
29
31
</param>
32
+
<paramname="align-x"type="enum"_gui-text="Horizontal alignment:"_gui-description="Horizontal alignment of drawing in plotter area">
33
+
<itemvalue="none">none</item>
34
+
<itemvalue="left">left</item>
35
+
<itemvalue="center">center</item>
36
+
<itemvalue="right">right</item>
37
+
</param>
38
+
<paramname="align-y"type="enum"_gui-text="Vertical alignment:"_gui-description="Vertical alignment of drawing in plotter area">
39
+
<itemvalue="none">none</item>
40
+
<itemvalue="bottom">left</item>
41
+
<itemvalue="center">center</item>
42
+
<itemvalue="top">right</item>
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>
30
46
</page>
31
-
<pagename="shading"_gui-text="Shading Settings">
47
+
<pagename="drawing"_gui-text="Drawing Settings">
32
48
<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>
33
49
<paramname="shading-lightest"type="float"min="0"max="1000"precision="1"_gui-text="Lightest shading spacing (mm):"_gui-description="Distance between shading lines for the lightest shaded areas.">3</param>
34
50
<paramname="shading-darkest"type="float"min="0"max="1000"precision="1"_gui-text="Darkest shading spacing (mm):"_gui-description="Distance between shading lines for the darkest shaded areas.">0.5</param>
35
51
<paramname="shading-angle"type="float"min="0"max="180"precision="1"_gui-text="Shading angle (degrees)"_gui-description="Angle of shading lines">45</param>
36
52
<paramname="boolean-shading-crosshatch"type="boolean"_gui-text="Crosshatching"_gui-description="Crosshatching when shading">0</param>
53
+
<paramname="optimization-time"type="int"min="0"max="600"precision="1"_gui-text="Optimization time (sec.):"_gui-description="Maximum amount of time to spend optimizing pen movement (typical is half of it).">60</param>
54
+
</page>
55
+
<pagename="cutting"_gui-text="Cutting Settings">
56
+
<paramname="tool-offset"type="float"min="0"max="1000"precision="2"_gui-text="Tool offset (mm):"_gui-description="Horizontal distance from tool rotation axis to cutting tip (default: 1)">1</param>
57
+
<paramname="overcut"type="float"min="0"max="1000"precision="2"_gui-text="Overcut (mm):"_gui-description="Extra cut distance for closed curves (default: 1)">1</param>
0 commit comments