storborg / axibot

Headless control software for the AxiDraw pen plotter.
http://axibot.readthedocs.io/
GNU General Public License v2.0
31 stars 8 forks source link

USB ID String comparison failing due to case issues #41

Closed digitalman2112 closed 7 years ago

digitalman2112 commented 7 years ago

Bug

The test for the USB ID string is case insensitive, and expects that the USB ID is uppercase. My AxiDraw string has lowercase letters and therefore the board is never found. Changing ebb.py to match my string 'USB VID:PID=04d8:fd92' allows the board to be found, and I can print with no issues.

SVG File

This issue is NOT SVG dependent

Your Environment

digitalman2112 commented 7 years ago

Note, EBB firmware version is 2.5.1

pwicks86 commented 7 years ago

Should be fixed by 615f0143f89fab75b905a5786d762fade4aaa6cc

digitalman2112 commented 7 years ago

Thanks for the quick fix!

pwicks86 commented 7 years ago

Closing this.