The Eggbot Extensions v2.0

From Evil Mad Scientist Wiki
Revision as of 16:19, 5 October 2010 by Dnewman (talk | contribs) (Created page with "Inkscape interacts with your Eggbot through a collection of "extensions" [1]. Inkscape extensions are simply pieces of software that extend the capabilities of Inkscape. Exten...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 proven to be such a successful means of extending Inkscape, that Inkscape now ships with over a hundred extensions. 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 individual Eggbot extensions and select one to use,

extensions-intro-01.png

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

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

  • Eggbot Control (coming soon)
  • Eggmazing (coming soon)
  • Preset hatch for fills (coming soon)
  • Reorder Paths for Speed (coming soon)
  • Strip Eggbot Data (coming soon)

The truly aswesome 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 of the extensions 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.

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.

Notes

[1] Inkscape really only interacts with your Eggbot through one extension, the "Eggbot Control" extension. The other Eggbot extensions are tools which allow you to produce or modify Inkscape documents for use with your Eggbot.
[2] There are many online Python tutorials including the one maintained by the Python organization, The Python Tutorial.
[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 main wiki page. Studying existing extensions is a good way of supplementing the material found at the Inkscape wiki.