fixes in inx files of vpypetools

This commit is contained in:
Mario Voigt 2021-04-13 20:39:01 +02:00
parent 0a586ad157
commit c5dfaf6127
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<name>Filter</name>
<id>fablabchemnitz.de.vpype_filter</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Filter">
<label>Filter paths according to specified criterion. When an option is provided the corresponding criterion is applied and paths which do not respect the criterion are rejected.</label>
<param name="filter" type="bool" gui-hidden="true">true</param>
<param name="filter_tolerance" type="float" min="0.000" max="99999.000" precision="3" gui-text="tolerance (mm)" gui-description="Tolerance used to determined if a line is closed or not (default 0.050 mm)">0.050</param>

View File

@ -3,7 +3,7 @@
<name>Line Sorting</name>
<id>fablabchemnitz.de.vpype_linesorting</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Line Sorting">
<label>Sort lines to minimize travel distances.</label>
<param name="linesort" type="bool" gui-hidden="true">true</param>
<param name="linesort_no_flip" type="bool" gui-text="Disable flipping" gui-description="Disable reversing stroke direction for optimization '--no-flip'">false</param>

View File

@ -3,7 +3,7 @@
<name>Multipass</name>
<id>fablabchemnitz.de.vpype_multipass</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Multipass">
<label>Add multiple passes to each line. Each line is extended with a mirrored copy of itself, optionally multiple times. This is useful for pens that need several passes to ensure a good quality.</label>
<param name="multipass" type="bool" gui-hidden="true">true</param>
<param name="multipass_count" type="int" min="2" max="9999" gui-text="count" gui-description="How many passes for each line (default 2)">2</param>

View File

@ -3,7 +3,7 @@
<name>Occult Plugin (HLR)</name>
<id>fablabchemnitz.de.vpype_plugin_occult</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Occult Plugin (HLR)">
<label>This plugin command removes duplicated lines. It acts like a trimmer to receive a clean set of visible paths only. You need to install occult plugin for vpype. See vpypetools documentation.</label>
<param name="plugin_occult" type="bool" gui-hidden="true">true</param>
<param name="plugin_occult_tolerance" type="float" min="0.000" max="99999.000" precision="3" gui-text="tolerance (mm)" gui-description="Max distance between start and end point to consider a path closed (default 0.01 mm)">0.01</param>

View File

@ -3,7 +3,7 @@
<name>Relooping</name>
<id>fablabchemnitz.de.vpype_relooping</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Relooping">
<label>Randomize the seam location of closed paths.</label>
<param name="reloop" type="bool" gui-hidden="true">true</param>
<param name="reloop_tolerance" type="float" min="0.000" max="99999.000" precision="3" gui-text="tolerance (mm)" gui-description="Controls how close the path beginning and end must be to consider it closed (default 0.500 mm)">0.500</param>

View File

@ -3,7 +3,7 @@
<name>Split All (Break Paths)</name>
<id>fablabchemnitz.de.vpype_splitall</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Split All (Break Paths)">
<label>Split all paths into their constituent segments. This command may be used together with linemerge for cases such as densely-connected meshes where the latter cannot optimize well enough by itself. This command will filter out segments with identical end-points. Note that since some paths (especially curved ones) can be made of a large number of segments, this command may significantly increase the processing time of the pipeline.</label>
<param name="splitall" type="bool" gui-hidden="true">true</param>
</page>

View File

@ -3,7 +3,7 @@
<name>Trimming</name>
<id>fablabchemnitz.de.vpype_trimming</id>
<param name="tab" type="notebook">
<page name="freemode" gui-text="Free Mode Entries">
<page name="freemode" gui-text="Trimming">
<label>This command trims the geometries by the provided X and Y margins with respect to the current bounding box.</label>
<param name="trim" type="bool" gui-hidden="true">true</param>
<param name="trim_x_margin" type="float" min="0.000" max="99999.000" precision="3" gui-text="Trim margin - x direction (mm)">0.000</param>