some inx patches

This commit is contained in:
leyghisbb 2021-04-14 20:54:54 +02:00
parent 817a0d35e1
commit c13ab76b7d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Open closed Path</name>
<name>Open Closed Path</name>
<id>fablabchemnitz.de.openClosedPath</id>
<effect>
<effects-menu>

View File

@ -4,7 +4,7 @@
<id>fablabchemnitz.de.vpype_plugin_occult</id>
<param name="tab" type="notebook">
<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>
<label>This plugin command removes lines hidden by polygons. It acts like a trimmer to receive a clean set of visible paths only. It does not remove common lines between opened paths, but for closed polygons. 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>
</page>