blob: 72f2b99c0baedcb148599f42d49fe446fcfd0ec1 (
plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>About</name>
<id>ru.cnc-club.filter.gcodetools_about_no_options_no_preferences</id>
<param name='active-tab' type="notebook">
<page name='about' gui-text='About'>
<label xml:space="preserve">Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode is a special format which is used in most of CNC machines. So Gcodetools allows you to use Inkscape as CAM program.
It can be used with a lot of machine types:
Mills
Lathes
Laser and Plasma cutters and engravers
Mill engravers
Plotters
etc.
To get more info visit developers page at http://www.cnc-club.ru/gcodetools</label>
</page>
<page name='help' gui-text='Help'>
<label xml:space="preserve">
Gcodetools plug-in:
Converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters.
This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.
Tutorials, manuals and support can be found at
English support forum:
http://www.cnc-club.ru/gcodetools
and Russian support forum:
http://www.cnc-club.ru/gcodetoolsru
Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas, Chris Lusby Taylor.
Gcodetools ver. 1.7
</label>
</page>
</param>
<effect>
<object-type>path</object-type>
<effects-menu>
<submenu name="Gcodetools"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">gcodetools.py</command>
</script>
</inkscape-extension>
|