2020-07-30 01:16:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
2020-08-07 20:19:46 +02:00
|
|
|
<name>LaserDraw LYZ Export</name>
|
2020-07-30 01:16:18 +02:00
|
|
|
<id>fablabchemnitz.de.lyz_export</id>
|
|
|
|
<!--
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="area_select" type="optiongroup" appearance="combo" gui-text="Area: ">
|
|
|
|
<option value="page_area">Page Area (use for engrave and cut)</option>
|
|
|
|
<option value="object_area">Object Area (for single operations only)</option>
|
2020-07-30 01:16:18 +02:00
|
|
|
</param>
|
|
|
|
-->
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="texthelp" type="description">Formating can be used to break a design into separate
|
2020-07-30 01:16:18 +02:00
|
|
|
cutting and engraving files. Red lines indicate cutting,
|
|
|
|
blue lines indicate engraving, black indicates raster
|
2020-08-07 20:19:46 +02:00
|
|
|
engraving.</param>
|
|
|
|
<param name="cut_select" type="optiongroup" appearance="combo" gui-text="Type: ">
|
2020-07-30 01:16:18 +02:00
|
|
|
<option value="vector_red">Vector Cuts (export red lines)</option>
|
|
|
|
<option value="vector_blue">Vector Engrave (export blue lines)</option>
|
|
|
|
<option value="raster">Raster Engrave (export everything else)</option>
|
|
|
|
<option value="all">All (export vectors and raster engrave to one file)</option>
|
|
|
|
<option value="image">Image (export all items as raster)</option>
|
|
|
|
</param>
|
|
|
|
<param name="resolution" type="int" min="100" max="1000" gui-text="Raster Image Resolution">1000</param>
|
|
|
|
<param name="margin" type="float" precision="1" min="0" max="9999" gui-text="Laser Draw Margin Size">2.0</param>
|
2020-08-07 20:19:46 +02:00
|
|
|
<param name="txt2paths" type="bool" gui-text="Convert Text to Paths">false</param>
|
|
|
|
<param name="inkscape_version" type="optiongroup" appearance="combo" gui-text="Inkscape Version:">
|
|
|
|
<option value="100">1.00 or Newer</option>
|
|
|
|
<option value="92">0.92 to 0.99</option>
|
|
|
|
<option value="91">0.91 or Older</option>
|
2020-07-30 01:16:18 +02:00
|
|
|
</param>
|
|
|
|
<output>
|
|
|
|
<extension>.lyz</extension>
|
|
|
|
<mimetype>image/lyz</mimetype>
|
2020-08-21 12:40:38 +02:00
|
|
|
<filetypename>Laser Draw LYZ (*.lyz)</filetypename>
|
|
|
|
<filetypetooltip>LaserDraw LYZ Output</filetypetooltip>
|
2020-07-30 01:16:18 +02:00
|
|
|
<dataloss>TRUE</dataloss>
|
|
|
|
</output>
|
|
|
|
<script>
|
2020-09-03 00:35:27 +02:00
|
|
|
<command location="inx" interpreter="python">lyz_export.py</command>
|
2020-07-30 01:16:18 +02:00
|
|
|
<helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
|
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|