cocktailyogi / EggDuino

Arduino Firmware for Spherebot / Eggbot integration in Inkscape
MIT License
91 stars 138 forks source link

Add Alternative workaround for eggbot.py to redme #1

Closed LangBalthazar closed 9 years ago

LangBalthazar commented 9 years ago

Alternative workaround: 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 Replace "self.svgSerialPort" in "line serialPort = self.testSerialPort( self.svgSerialPort )" with your COM-port-number. COM1 is 0 COM2 is 1 COM3 is 2 etc....

example: So if your arduino / eggduino is located at COM3 it should look like: "line serialPort = self.testSerialPort(2)"

cocktailyogi commented 9 years ago

Thx, I pulled it in. It looks better now. :-)