Update README.md

This commit is contained in:
cocktailyogi
2015-03-27 16:52:39 +01:00
parent b542191f67
commit 77f9c1dbdf

View File

@@ -3,9 +3,10 @@ Eggduino
Arduino Firmware for Eggbot / Spherebot with Inkscape-Integration Arduino Firmware for Eggbot / Spherebot with Inkscape-Integration
Version 1.2 Version 1.3
tested with Inkscape Portable 0.91, Eggbot Extension and patched eggbot.py
Regards: Eggduino-Firmware by Joachim Cerny, 2014 Regards: Eggduino-Firmware by Joachim Cerny, 2015
Thanks for the nice libs ACCELSTEPPER and SERIALCOMMAND, which made this project much easier. Thanks to the Eggbot-Team for such a funny and enjoyable concept! Thanks to my wife and my daughter for their patience. :-) Thanks for the nice libs ACCELSTEPPER and SERIALCOMMAND, which made this project much easier. Thanks to the Eggbot-Team for such a funny and enjoyable concept! Thanks to my wife and my daughter for their patience. :-)
@@ -31,19 +32,18 @@ http://wiki.evilmadscientist.com/Installing_software
It is quiete easy: It is quiete easy:
- Go to your Inkscape-Installationfolder and navigate to subfolder .\App\Inkscape\share\extensions - Go to your Inkscape-Installationfolder and navigate to subfolder .\App\Inkscape\share\extensions
- open File "eggbot.py" in texteditor and search for: "self.svgSerialPort" around row 1348 - open File "eggbot.py" in texteditor and search for line:
- Replace "self.svgSerialPort" in "line serialPort = self.testSerialPort( self.svgSerialPort )" with your COM-port-number. "Try any devices which seem to have EBB boards attached"
COM1 is 0 - uncomment that block like this:
COM2 is 1 # Try any devices which seem to have EBB boards attached
COM3 is 2 etc.... # for strComPort in eggbot_scan.findEiBotBoards():
# serialPort = self.testSerialPort( strComPort )
example: # if serialPort:
So if your arduino / eggduino is located at COM3 it should look like: # self.svgSerialPort = strComPort
"line serialPort = self.testSerialPort(2)" # return serialPort
- In my version lines 1355-1360
Todos and Feature-Wishlist: Todos and Feature-Wishlist:
- collision control via penMin/penMax
- implement homing sequence via microswitch or optical device
- implement hardware-button , EGGBOT-Guys call it "PRG-Button" - implement hardware-button , EGGBOT-Guys call it "PRG-Button"