Difference between revisions of "The Eggbot Extensions"

From Evil Mad Scientist Wiki
Jump to: navigation, search
(Update for 2.8.1)
Line 1: Line 1:
{{EggBotDocs210}}
+
{{EggBotDocs281}}
  
  
Line 6: Line 6:
 
----
 
----
  
'''Note:''' This page assumes that you are using v2.1 or later of the Eggbot extensions.  For v2.0 and earlier, see the [[The Eggbot Extensions v20|v2.0 extensions page]].
 
  
 
+
[http://inkscape.org/ Inkscape] interacts with your Eggbot through a collection of special "extensions".  Inkscape extensions are simply pieces of software that extend the capabilities of Inkscape.  Extensions have been so successful that Inkscape now ships with over a hundred.  Additional extensions can be provided by third-parties.  The Eggbot extensions are a case in point: they are Inkscape extensions provided by the Eggbot community.  The primary purpose of the Eggbot extensions is to extend Inkscape by allowing it to "print" to your Eggbot.
[http://inkscape.org/ Inkscape] interacts with your Eggbot through a collection of "extensions" [1].  Inkscape extensions are simply pieces of software that extend the capabilities of Inkscape.  Extensions have been so successful that Inkscape now ships with over a hundred.  Additional extensions can be provided by third-parties.  The Eggbot extensions are a case in point: they are Inkscape extensions provided by the Eggbot community.  The primary purpose of the Eggbot extensions is to extend Inkscape by allowing it to "print" to your Eggbot.
 
  
  
Line 22: Line 20:
 
In the pages which follow, each of the following Eggbot extensions will be presented in detail,
 
In the pages which follow, each of the following Eggbot extensions will be presented in detail,
  
* EggBot
+
* [[Eggbot Control|Eggbot Control]] -- The controls for sending your drawings to your Eggbot
** [[Eggbot Control|Eggbot Control]] -- The controls for sending your drawings to your Eggbot
+
* [[Hatch fill]] -- Generate hatch and crosshatch fills
** [[Preset hatch for fills]] -- Automate setting the many parameters for Inkscape's "Hatches (rough)"
+
* [[Hershey_Text|Hershey Text]] -- Replace text with single-stroke engraving fonts
** [[Reorder Paths for Speed]] -- Optimize your drawing for faster plotting
+
* [[Preset hatch for fills]] -- Automate setting the many parameters for Inkscape's "Hatches (rough)"
** [[Strip Eggbot Data]] -- Remove Eggbot control data from your drawing
+
* [[Reorder Paths for Speed]] -- Optimize your drawing for faster plotting
 +
* [[Stretch]] -- Circumferentially stretch your drawing for plotting on spherical surfaces
  
* EggBot Contributed
 
** [[Eggmazing]] -- Make cylindrical mazes for drawing on eggs
 
** [[Hatch fill]] -- Generate hatch and crosshatch fills
 
** [[Name Poem]] -- Render name poems using fonts suitable for use with the Eggbot
 
** [[Post process trace bitmap]] -- Make Inkscape's "Trace Bitmap" output more suitable for Eggbot plotting
 
** [[Spiral Wrapped Text]] -- Gently spiral text around and around an egg
 
** [[Stretch]] -- Circumferentially stretch your drawing for plotting on spherical surfaces
 
** [[Twist]] -- Sample extension code
 
** '''Your extension here?'''
 
  
The truly awesome thing about Inkscape extensions is that you can write your own and share them with others. The only pre-requisite is learning a language called Python [2, 3].  You can see the source code to the Inkscape extensions by locating the extensions subdirectory in your Inkscape installation directory.  Each extension is a file whose name ends with ".py".  They are ordinary text files and no special tools are needed to read them.  They can be written with a simple text editor.
+
Some additional EggBot utilities are available [https://github.com/evil-mad/EggBot/tree/master/inkscape_contributed in our repository] for manual installation
 +
* [[Eggmazing]] -- Make cylindrical mazes for drawing on eggs
 +
* [[Post process trace bitmap]] -- Make Inkscape's "Trace Bitmap" output more suitable for Eggbot plotting
 +
* [[Twist]] -- Create geometric designs
  
 
== Where to find the extensions on your system ==
 
 
Eggbot's extensions to Inkscape are text files.  There are two text files per extension: a Python program with file extension .py and a menu description with file extension .inx.  The syntax of the latter file is that of XML while its semantics are specific to Inkscape [3].  These files are located in different directories on different platforms:
 
 
* Linux: ~/.config/inkscape/extensions/
 
* Mac OS X: /Applications/Inkscape.app/Contents/Resources/extensions/
 
* Windows: C:\Program Files\Inkscape\share\extensions\
 
  
  
 
== Troubleshooting ==
 
== Troubleshooting ==
  
If you do not see the Eggbot extension category, then you likely have not yet installed the Eggbot software.  Please see [[Installing software]] for directions.  Another possibility is that you have more than one version of Inkscape installed and you are running the wrong copy.  Linux systems may come with Inkscape pre-installed.  If you upgraded the Inkscape on your system, it is possible that the newer copy did not replace the older copy and you now have two copies installed.
+
If you do not see an "Eggbot" entry in your Inkscape extensions menu, then you likely have not yet installed the Eggbot software.  Please see [[Installing software]] for directions.  Another possibility is that you have more than one version of Inkscape installed and you are running the wrong copy.   
 
 
  
== Notes ==
 
  
[1] Presently, Inkscape only interacts with your Eggbot hardware through a single extension, "Eggbot Control."  The other Eggbot extensions are tools which allow you to produce or modify Inkscape documents for use with your Eggbot.<br/>
 
[2] There are many online Python tutorials including the one maintained by the Python organization, [http://docs.python.org/tutorial/ The Python Tutorial].<br/>
 
[3] The Inkscape project provides some limited documentation on writing extensions at their wiki site.  See the "Extensions" topic under the "Developer tutorials" section at their  [http://wiki.inkscape.org/wiki/index.php/Inkscape main wiki page].  Studying existing extensions is a good way of supplementing the material found at the Inkscape wiki.<br/>
 
 
----
 
----
  
 
The Eggbot Extensions || [[Eggbot Control|Eggbot Control >>>]]
 
The Eggbot Extensions || [[Eggbot Control|Eggbot Control >>>]]

Revision as of 12:01, 21 June 2019

eggbottiny.jpg This wiki page is part of the documentation for The Original Egg-Bot. Click here to return to the Egg-Bot overview.
The specifics of this portion assume that you have version 2.8.1 or higher of the Eggbot extensions installed.
Click here if you need help determining which version you have installed.


The Eggbot Extensions || Eggbot Control >>>



Inkscape interacts with your Eggbot through a collection of special "extensions". Inkscape extensions are simply pieces of software that extend the capabilities of Inkscape. Extensions have been so successful that Inkscape now ships with over a hundred. Additional extensions can be provided by third-parties. The Eggbot extensions are a case in point: they are Inkscape extensions provided by the Eggbot community. The primary purpose of the Eggbot extensions is to extend Inkscape by allowing it to "print" to your Eggbot.


To see which Eggbot extensions you have installed, launch Inkscape. Once Inkscape is running, pull down the "Extensions" menu. That will show you categories of extensions which are installed. By selecting the "EggBot" category, you can then see the list of supported Eggbot extensions and select one to use,

extensions-intro-v210-01.png

If you do not see "EggBot" listed as an extension category, see the Troubleshooting section below.

A second category of Eggbot extensions -- "EggBot Contributed" -- should also appear. These are unsupported extensions contributed by members of the Eggbot Community.

In the pages which follow, each of the following Eggbot extensions will be presented in detail,


Some additional EggBot utilities are available in our repository for manual installation


Troubleshooting

If you do not see an "Eggbot" entry in your Inkscape extensions menu, then you likely have not yet installed the Eggbot software. Please see Installing software for directions. Another possibility is that you have more than one version of Inkscape installed and you are running the wrong copy.



The Eggbot Extensions || Eggbot Control >>>