piksel / pytouch-cube

Qt5 Label Editor for Brother P-Touch Cube label maker
MIT License
48 stars 9 forks source link

Finding device under Windows 10 #45

Open sleper4 opened 1 year ago

sleper4 commented 1 year ago

I managed to run the windows application but I can't find the printer in the "Print device:" list, the list is empty

I'm guessing it's written for linux but I don't know how to port it to windows

piksel commented 1 year ago

The latest release have a working binary for windows and it should list your devices: image But note that you have to pair the computer with your printer for it to show up, there is no bluetooth-pairing in the application itself (in v1.0).

I would say that it's mainly developed on windows, but it should work on all the three major platforms.

igorrafael commented 1 year ago

Note you have to add a printer, not a generic Bluetooth device.

sleper4 commented 1 year ago

I downloaded pytouch3-win64-v1.0.0-rc3 and it works great now Thank you @pixel and @igorrafael