diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-09 08:28:15 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-09-09 08:28:15 +0000 |
| commit | 36c73a704b281e616d779b1eac5430d7527a9338 (patch) | |
| tree | 189c5defb29728d428f44e17903bde11b89540a1 /share/extensions/gcodetools_about.inx | |
| parent | Update selection-chemistry.cpp (diff) | |
| download | inkscape-36c73a704b281e616d779b1eac5430d7527a9338.tar.gz inkscape-36c73a704b281e616d779b1eac5430d7527a9338.zip | |
Move extensions to git inkscape-extensions repository
Diffstat (limited to 'share/extensions/gcodetools_about.inx')
| -rw-r--r-- | share/extensions/gcodetools_about.inx | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/share/extensions/gcodetools_about.inx b/share/extensions/gcodetools_about.inx deleted file mode 100644 index 4a1579181..000000000 --- a/share/extensions/gcodetools_about.inx +++ /dev/null @@ -1,53 +0,0 @@ -<?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> - <dependency type="executable" location="extensions">gcodetools.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> - <param name='active-tab' type="notebook"> - - <page name='about' _gui-text='About'> - <_param name="help" type="description" 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</_param> - </page> - - <page name='help' _gui-text='Help'> - <_param name="fullhelp" type="description" 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 -</_param> - - </page> - - </param> - <effect> - <effects-menu> - <submenu _name="Gcodetools"/> - </effects-menu> - <object-type>path</object-type> - </effect> - <script> - <command reldir="extensions" interpreter="python">gcodetools.py</command> - </script> -</inkscape-extension> |
