Editing Installing software

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{EggBotDocs}}
 
{{EggBotDocs}}
 +
  
 
Eggbot is designed to work well on Mac, Windows, and Linux computers.  To use it, you'll need to install certain software on your computer.
 
Eggbot is designed to work well on Mac, Windows, and Linux computers.  To use it, you'll need to install certain software on your computer.
 +
Please read below for specific instructions for [[#Mac|Mac]], [[#Windows|Windows]], and [[#Linux|Linux]].
 +
 +
Optionally but suggested, you may also want to download the set of example files from the [https://github.com/evil-mad/EggBot/releases/latest EggBot Releases page].
 +
 +
 +
== Mac ==
 +
 +
The instructions below are for MacOS 10.7 and newer.
 +
 +
1. Download and open the [https://github.com/evil-mad/EggBot/releases/download/untagged-3d6267776a29271a93f4/EggBot.Mac.Bundle.dmg EggBot Mac bundle DMG]
 +
 +
2. Run the XQuartz installer included in that DMG (disk image) file.
 +
 +
3. Drag the included copy of Inkscape to your "Applications" folder.
 +
 +
4. Eject the disk image (DMG).
 +
 +
 +
==== Troubleshooting ====
 +
 +
: Your software should now be set up to work correctly. 
 +
:* If copy and paste are not working correctly in Inkscape, open the XQuartz preferences dialog, and disable the "Update Pasteboard when CLIPBOARD changes" option.
 +
:* If you encounter difficulty installing the Inkscape (or with plotting, in the next stage), please request assistance through the EggBot mailing list or forum, which you can find on our [[Eggbot|front page]]. 
 +
:* If there is any chance that a problem you encounter is specific to EggBot software or hardware, please request support from us, rather than through Inkscape's support resources. You're much more likely to get your problem solved by asking people who know about Eggbot.
 +
 +
 +
== Windows ==
 +
 +
1. Download and install Inkscape version 0.92.4 from [https://inkscape.org/release/0.92.4/windows/ the download page] at Inkscape.org.    (Most users will want the "Windows : 64-Bit : Msi" download.)
 +
 +
:* Install Inkscape in the default location, the main "Program Files" folder.
 +
 +
2. Download and run the EggBot installer for Windows
 +
 +
:* Download the [https://github.com/evil-mad/EggBot/releases/download/untagged-3d6267776a29271a93f4/EggBot_281.exe latest version of the Windows installer] (This is a direct download link to the "exe" version of the installer).  Run the EggBot installer to install the EggBot extensions and  its USB driver.
 +
:* The "Eggbot" submenu should appear in the Extensions menu of Inkscape after you restart Inkscape.
 +
 +
==== Troubleshooting ====
 +
 +
: Your software should now be set up to work correctly. 
 +
:* If you encounter difficulty installing Inkscape or the extensions (or with plotting, in the next stage), please request assistance through the EggBot mailing list or forum, which you can find on our [[Eggbot|front page]]. 
 +
:* If there is any chance that a problem you encounter is specific to EggBot software or hardware, please request support from us, rather than through Inkscape's support resources. You're much more likely to get your problem solved by asking people who know about Eggbot.
 +
 +
 +
== Linux ==
 +
 +
The EggBot extension for Inkscape has been developed and tested extensively under Ubuntu.
 +
We expect it to work equally well in most Ubuntu derivatives and other distributions where Inkscape is known to work.  However, ''we do not have the capability to test every distribution''.
 +
 +
 +
EggBot software installation instructions for Linux:
 +
:* Install Inkscape 0.92 on your computer. The best way to do this will vary by distribution, but in most cases you can use the software installer provided with the OS. See [http://wiki.inkscape.org/wiki/index.php/Installing_Inkscape#Installing_on_Linux here] for additional information.
 +
:* Launch Inkscape, and select Edit > Preferences from the menu, and then select the System entry. That should list the location of your '''User extensions''' directory.
 +
:* Download and unzip EggBot_extensions_v281.zip . Copy its contents into your Inkscape User extensions directory and relaunch Inkscape.
 +
 +
Adding your user account to the "dialout" group:
 +
: In recent Linux releases, it is also necessary to change your user permissions, to explicitly grant access to the USB port where the EggBot is located.  This can be done by adding your user group to the "dialout" user group on your system. 
  
The EggBot extensions for Inkscape are included with, and installed by, the AxiDraw software installers. To install the software please follow the specific directions for your platform on the [https://wiki.evilmadscientist.com/index.php?title=Axidraw_Software_Installation&oldid=4104 AxiDraw installation page]. Detailed instructions are provided for Mac, Windows, and Linux computers. (We are currently recommending software install version 3.9.4 for EggBot users; the installation page link goes to the version for 3.9.4.)
+
:* Open up a terminal window
 +
:* For most distributions (including Fedora and Ubuntu), enter the command "sudo usermod -a -G dialout <myUserName>" <return>, replacing the <myUserName> part with the user that is running Inkscape (and without the quotation marks or angle brackets!).
 +
::* If you are unsure of your user name, enter the command "whoami" <return>, and the computer will happily remind you.   
 +
::* If you are unsure whether you are already in the "dialup" group, enter the command "groups" <return>, and the computer will list the groups that you are in.
 +
:* After changing groups, you need to log out and log back in for the change to take effect.
  
== Example files ==
+
sudo usermod -a -G dialout <myUserName>"
  
Optionally but suggested, you may also want to download the set of example files for Eggbot. A direct download link is [https://github.com/evil-mad/EggBot/releases/download/v2.8.1/EggBotExamples_v281.zip here]; the files are hosted on the [https://github.com/evil-mad/EggBot/releases/latest EggBot Releases page] at GitHub.
 
  
  
 +
Debian Wheezy install instructions(command line):
 +
:* Download the latest Inkscape extension .ZIP file from the downloads section of the [https://github.com/evil-mad/EggBot/releases/latest EggBot Releases page].
 +
:* Open up a terminal window, enter the command  ,<return>, where you type your user name instead of  ''UserName''  (And, no quotation marks.):
 +
"sudo apt-get install inkscape"
 +
"sudo apt-get install unzip python-lxml"
 +
unzip the latest Inkscape extension .ZIP file into
 +
/home/'UserName'/.config/inkscape/extensions
 +
Than you can use the EggBot extension for Inkscape by type:
 +
"inkscape"  <return>
  
== Firmware Update ==
+
Troubleshooting
 +
: If your permissions are not correct (your user is not in the dialout group), you may get consistent "Unable to find an Eggbot" type error messages.
 +
: If the EggBot menu doesn't appear in Inkscape, verify that when you've extract the zip file, all the .py files are inside .config/inkscape/extensions/ folder (you might have extracted the entire EggBot folder, and .py files might be misplaced)
  
We encourage EggBot users to update the latest firmware version. Once your EggBot software is up and running, you can check which version of the firmware you have by selecting the "Manual" tab of EggBot Control, picking "Check EBB Version" from the menu there, and clicking Apply.
+
==== Additional linux configurations ====
  
EBB Firmware versions 2.4.6 and newer contain performance improvements and bug fixes that can prevent certain types of errors.
+
If you use EggBot under Linux, please feel free to add your known-working linux distribution and/or configuration to this non-exhaustive list:
  
To update your firmware, please follow the directions [[Updating_EBB_firmware|here]].
+
* Ubuntu 18.04 with Inkscape 0.92
 +
* Ubuntu 14.04 with Inkscape 0.91
 +
* Ubuntu 12.04 with Inkscape 0.48.2 - 0.48.4
 +
* Fedora Core 18 with Inkscape 0.48.4
 +
* Debian 7 Wheezy with Inkscape 0.48.3.1
 +
* Antergos 18.3 with Inkscape 0.92.2 2405546

Please note that all contributions to Evil Mad Scientist Wiki are considered to be released under the GNU Free Documentation License 1.3 (see Evil Mad Scientist Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: