-
Notifications
You must be signed in to change notification settings - Fork 0
Brother Driver has hard coded file path #43
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
public/prism/drivers/brother_ql700/hwdrv_ql700.py has this,
# TODO: find the path programmatically
# TODO: support multiple printers
p = '/dev/usb/lp0'
A new prism computer the path is coming as "lp1", so its not working.
Also
- Improve error handling in the class when it calls sub-process
- add a system message to indicate printer has been found
- consider updating the
brother_qlmodule and see if things still work
The code was written a long time ago.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request