diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-10-08 10:44:19 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-10-08 10:44:19 +0000 |
| commit | 6aca8c256aaefbbb14b475a8319c6136c1cfac5b (patch) | |
| tree | e161baca6646541deeda77205e7ea556f0e0a857 /share/extensions/gcodetools_check_for_updates.inx | |
| parent | Fix self-snapping when dragging the transformation center of a selection cont... (diff) | |
| download | inkscape-6aca8c256aaefbbb14b475a8319c6136c1cfac5b.tar.gz inkscape-6aca8c256aaefbbb14b475a8319c6136c1cfac5b.zip | |
Extensions. New Gcode tools extension (Bug #654528).
(bzr r9818)
Diffstat (limited to 'share/extensions/gcodetools_check_for_updates.inx')
| -rw-r--r-- | share/extensions/gcodetools_check_for_updates.inx | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/share/extensions/gcodetools_check_for_updates.inx b/share/extensions/gcodetools_check_for_updates.inx new file mode 100644 index 000000000..728f5d1e6 --- /dev/null +++ b/share/extensions/gcodetools_check_for_updates.inx @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Check for updates</_name> + <id>ru.cnc-club.filter.gcodetools_update_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='update' _gui-text='Check for updates'> + <_param name="help" type="description">Check for Gcodetools latest stable version and try to get the updates.</_param> + </page> + + <page name='help' _gui-text='Help'> + <_param name="fullhelp" type="description"> +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. + +Gcodetools ver. 1.6.01 +</_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> |
