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 offset, overcut and inside-out sorting settings are ignored. In cut mode, shading, optimization and direction are always disabled and inside-out sorting is always enabled. In custom mode, one can mix and match these.">
<paramname="min-x"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Left x-coordinate (mm):"_gui-description="x-coordinate of the print area's left edge (Default: 0)">0</param>
<paramname="min-y"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Lower y-coordinate (mm):"_gui-description="y-coordinate of the print area's lower edge (Default: 0)">0</param>
<paramname="max-x"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Right x-coordinate (mm):"_gui-description="x-coordinate of the print area's right edge (Default: 200)">200</param>
<paramname="max-y"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Upper y-coordinate (mm):"_gui-description="y-coordinate of the print area's upper edge (Default: 200)">200</param>
<paramname="work-z"type="float"min="-1000000"max="1000000"precision="2"_gui-text="Work z-coordinate (mm):"_gui-description="z-coordinate for drawing/cutting (Default: 15)">15</param>
<paramname="lift-delta-z"type="float"min="-1000000"max="1000000"precision="2"_gui-text="Lift z-height (mm):"_gui-description="height to lift pen/knife for movement (Default: 4)">4</param>
<paramname="safe-delta-z"type="float"min="-1000000"max="1000000"precision="1"_gui-text="Parking z-height (mm):"_gui-description="height to lift pen/knife for safe parking (Default: 20)">20</param>
<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>
<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>
<paramname="send-and-save"type="string"_gui-text="Serial port to send gcode to (blank not to send)"_gui-description="If you enter the name of your serial port here (e.g., COM4), then you can directly send the file to your device."></param>
<paramname="send-speed"type="enum"_gui-text="Serial baud rate:"_gui-description="Baud rate of your serial device (Default: 115200)">
<itemvalue="115200">115200</item>
<itemvalue="300">300</item>
<itemvalue="600">600</item>
<itemvalue="1200">1200</item>
<itemvalue="2400">2400</item>
<itemvalue="4800">4800</item>
<itemvalue="9600">9600</item>
<itemvalue="14400">14400</item>
<itemvalue="19200">19200</item>
<itemvalue="28800">28800</item>
<itemvalue="38400">38400</item>
<itemvalue="56000">56000</item>
<itemvalue="57600">57600</item>
<itemvalue="115200">115200</item>
</param>
</page>
<pagename="fitting"_gui-text="Fitting and Extracting">
<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)">
<itemvalue="none">none (needed if tool offset>0)</item>
<itemvalue="fit">fit</item>
<itemvalue="down-only">down-only</item>
</param>
<paramname="align-x"type="enum"_gui-text="Horizontal alignment:"_gui-description="Horizontal alignment of drawing in plotter area">
<itemvalue="none">none</item>
<itemvalue="left">left</item>
<itemvalue="center">center</item>
<itemvalue="right">right</item>
</param>
<paramname="align-y"type="enum"_gui-text="Vertical alignment:"_gui-description="Vertical alignment of drawing in plotter area">
<itemvalue="none">none</item>
<itemvalue="bottom">left</item>
<itemvalue="center">center</item>
<itemvalue="top">right</item>
</param>
<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>
</page>
<pagename="drawing"_gui-text="Drawing Settings">
<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>
<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>
<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>
<paramname="shading-angle"type="float"min="0"max="180"precision="1"_gui-text="Shading angle (degrees)"_gui-description="Angle of shading lines">45</param>
<paramname="boolean-shading-crosshatch"type="boolean"_gui-text="Crosshatching"_gui-description="Crosshatching when shading">0</param>
<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>
<paramname="direction"type="enum"_gui-text="Preferred drawing direction (degrees):"_gui-description="If specified, the plotter will avoid moving against this direction. Currently not compatible with optimization. (Default: none)">
<itemvalue="none">none</item>
<itemvalue="0">0 (positive x)</item>
<itemvalue="45">45</item>
<itemvalue="90">90 (positive y)</item>
<itemvalue="135">45</item>
<itemvalue="180">180 (negative x)</item>
<itemvalue="225">225</item>
<itemvalue="270">270 (negative y)</item>
<itemvalue="315">315</item>
</param>
</page>
<pagename="cutting"_gui-text="Cutting Settings">
<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>
<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>