-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaxidraw_disableMotors.inx
More file actions
34 lines (26 loc) · 1.01 KB
/
axidraw_disableMotors.inx
File metadata and controls
34 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Disable XY Motors</_name>
<id>command.evilmadscientist.axidraw_disable</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">axidraw_control.py</dependency>
<param name="mode" type="notebook" gui-hidden="true">
<page name="manual" _gui-text="AxiDraw Custom Manual Control">
<_param name="splashpage" type="description" appearance="header">
AxiDraw - Disable XY Motors
</_param>
<param name="manual_cmd" type="optiongroup" gui-hidden="true">
<_option value="disable_xy" >Disable Motors</_option>
</param>
</page>
</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu _name="AxiDraw Utilities"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">axidraw_control.py</command>
</script>
</inkscape-extension>