It looks like you're new here. If you want to get involved, click one of these buttons!
Hi!
I am new hier.
Can somebodyhelp me to solve the problem.
In Inkscape by "EggBot Control" shows me an error...
Traceback (most recent call last):
File "eggbot.py", line 1406, in
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 268, in affect
self.effect()
File "eggbot.py", line 281, in effect
self.EggbotOpenSerial()
File "eggbot.py", line 1299, in EggbotOpenSerial
self.serialPort = self.getSerialPort()
File "eggbot.py", line 1356, in getSerialPort
for strComPort in eggbot_scan.findEiBotBoards():
File "C:\Program Files\Inkscape\share\extensions\eggbot_scanwin32.py", line 6, in findEiBotBoards
hKey = _winreg.OpenKey( hReg, r"SYSTEM\CurrentControlSet\Enum\USB\VID_04D8&PID_FD92" )
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
Thank you
Comments
The error says that your system cannot find the EBB. Are you using an original EggBot, or some other configuration?
I´m using Arduino Uno with cnc CNC shield.
Our software does not support that hardware; it specifically targets the EBB, which is why it can't find it.