Update README.md
Pulled in alternative workaround for Serial-Port bug from Balthazar. Thx!
This commit is contained in:
17
README.md
17
README.md
@@ -27,13 +27,16 @@ Installation:
|
|||||||
|
|
||||||
- Because of an bug in the Eggbot-extension (Function findEiBotBoards()), the Eggduino cannot be detected by default. Hopefully, the guys will fix this later on. But we can fix it on our own.
|
- Because of an bug in the Eggbot-extension (Function findEiBotBoards()), the Eggduino cannot be detected by default. Hopefully, the guys will fix this later on. But we can fix it on our own.
|
||||||
It is quiete easy:
|
It is quiete easy:
|
||||||
Instructions: 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:
|
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" delete or uncomment the following 6 lines
|
COM1 is 0
|
||||||
(example: in Version 2.3.4 line 1353-1357)
|
COM2 is 1
|
||||||
save file and enjoy your selfmade Eggbot/Spherebot with full Inkscape-Integration.
|
COM3 is 2 etc....
|
||||||
Prepare some Eggs and have fun.
|
|
||||||
|
example:
|
||||||
|
So if your arduino / eggduino is located at COM3 it should look like:
|
||||||
|
"line serialPort = self.testSerialPort(2)"
|
||||||
|
|
||||||
Todos and Feature-Wishlist:
|
Todos and Feature-Wishlist:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user