Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user