„plaster.inx“ ändern
add homing for job end, some small refactoring stuff
This commit is contained in:
parent
9329349681
commit
b57b676604
13
plaster.inx
13
plaster.inx
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||
<_name>The Plaster Tool - #YourMachine001</_name>
|
||||
<id>plaster_YourMachine001</id>
|
||||
<_name>Plaster</_name>
|
||||
<id>plaster</id>
|
||||
<dependency type="executable" location="extensions">plaster.py</dependency>
|
||||
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||||
|
||||
@ -96,7 +96,8 @@
|
||||
<param name="header-command" type="string" _gui-text="Header command(s):">;plugin code by Mario (Stoutwind)</param>
|
||||
<param name="footer-command" type="string" _gui-text="Footer command(s):">;plugin code by Mario (Stoutwind)</param>
|
||||
<param name="desc_12" type="description" appearance="header">Safety</param>
|
||||
<param name="auto-homing" type="boolean" _gui-text="X/Y Homing at the beginning">true</param>
|
||||
<param name="auto-homing-start" type="boolean" _gui-text="X/Y Homing at the beginning">true</param>
|
||||
<param name="auto-homing-end" type="boolean" _gui-text="X/Y Homing at the end">true</param>
|
||||
<param name="auto-disable-tool" type="boolean" _gui-text="Disable tool at the end (turn off laser diode/unpower servo motor)">true</param>
|
||||
</page>
|
||||
|
||||
@ -122,16 +123,16 @@
|
||||
<param name="desc_i_4" type="description">* Inkscape Laser Tool Plug-in (GNU GPL) from JTECH Photonics (http://www.jtechphotonics.com)</param>
|
||||
<param name="desc_i_4" type="description">* THLaser Laser Plug-in (GNU GPL) from think|haus (http://www.thinkhaus.org)</param>
|
||||
<param name="desc_i_5" type="description">------------------------------------------------------------------------</param>
|
||||
<param name="desc_i_6" type="description">(Re-)written by Mario Voigt from Stoutwind (https://stoutwind.de)</param>
|
||||
<param name="desc_i_6" type="description">(Re-)written by Mario Voigt / Stadtfabrikanten e.V: (https://stadtfabrikanten.org)</param>
|
||||
<param name="desc_i_7" type="description">------------------------------------------------------------------------</param>
|
||||
<param name="desc_i_8" type="description">Last update: 30.10.2016</param>
|
||||
<param name="desc_i_8" type="description">Last update: 25.04.2022</param>
|
||||
<param name="desc_i_9" type="description" appearance="header">you found a bug or got some fresh code? Just report to info@stoutwind.de. Thanks!</param>
|
||||
</page>
|
||||
</param>
|
||||
|
||||
<effect>
|
||||
<effects-menu>
|
||||
<submenu _name="Stoutwind Plaster Tool"/>
|
||||
<submenu _name="Plaster"/>
|
||||
</effects-menu>
|
||||
<object-type>path</object-type>
|
||||
</effect>
|
||||
|
Loading…
Reference in New Issue
Block a user