Code

Extensions. New Gcode tools extension (Bug #654528).
[inkscape.git] / share / extensions / gcodetools_tools_library.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3         <_name>Tools library</_name>
4     <id>ru.cnc-club.filter.gcodetools_tools_library_no_options_no_preferences</id>
5         <dependency type="executable" location="extensions">gcodetools.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name='active-tab' type="notebook">
9                 <page name='tools_library' _gui-text='Tools library'>   
10                         
11                         <param type='optiongroup' name='tools-library-type' _gui-text="Tools type:">
12 <_option value='default tool'>default</_option>
13 <_option value='cylinder cutter'>cylinder</_option>
14 <_option value='cone cutter'>cone</_option>
15 <_option value='plasma cutter'>plasma</_option>
16 <_option value='tangent knife'>tangent knife</_option>
17 <_option value='lathe cutter'>lathe cutter</_option>
19 <_option value='check'>Just check tools</_option>
21                         </param>
22                         
23                         <_param name="help" type="description">
24 Selected tool type fills appropriate default values. You can change these values using the Text tool later on.
26 The topmost (z order) tool in the active layer is used. If there is no tool inside the current layer it is taken from the upper layer.
28 Press Apply to create new tool.
29                         </_param>
30         </page>
32                 <page name='help' _gui-text='Help'>
33                         <_param name="fullhelp" type="description">
34 Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters. 
35 This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.
37 Tutorials, manuals and support can be found at
38 English support forum:
39         http://www.cnc-club.ru/gcodetools
40         
41 and Russian support forum:
42         http://www.cnc-club.ru/gcodetoolsru
44 Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas.
46 Gcodetools ver. 1.6.01
47 </_param>       
49                 </page>
51         </param>        
52     <effect>
53                 <effects-menu>
54                         <submenu _name="Gcodetools"/>
55                 </effects-menu>
56                 <object-type>path</object-type>
57     </effect>
58     <script>
59         <command reldir="extensions" interpreter="python">gcodetools.py</command>
60     </script>
61     
62 </inkscape-extension>