Update laser.inx
Update location according to https://wiki.inkscape.org/wiki/index.php/Updating_your_Extension_for_1.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||||
<_name>J Tech Photonics Laser Tool</_name>
|
<_name>J Tech Photonics Laser Tool</_name>
|
||||||
<id>jtechphotonics.com</id>
|
<id>jtechphotonics.com</id>
|
||||||
<dependency type="executable" location="extensions">laser.py</dependency>
|
<dependency type="executable" location="inx">laser.py</dependency>
|
||||||
<dependency type="executable" location="extensions">inkex.py</dependency>
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||||||
|
|
||||||
<param name="laser-command" type="string" _gui-text="Laser ON Command:">M03</param>
|
<param name="laser-command" type="string" _gui-text="Laser ON Command:">M03</param>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
<command reldir="extensions" interpreter="python">laser.py</command>
|
<command reldir="inx" interpreter="python">laser.py</command>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</inkscape-extension>
|
</inkscape-extension>
|
||||||
|
|||||||
Reference in New Issue
Block a user