pklaus / brother_ql

Python package for the raster language protocol of the Brother QL series label printers (QL-500, QL-550, QL-560, QL-570, QL-700, QL-710W, QL-720NW, QL-800, QL-810W, QL-820NWB, QL-1050, QL-1060N and more).
GNU General Public License v3.0
563 stars 168 forks source link

Added QL-1100 and siblings + the wider format supported by QL-1100 an… #116

Open oskarflordal opened 3 years ago

oskarflordal commented 3 years ago

…d QL-1100NWB

Tried on a QL-1100 with 62, 103 and 103x164 labels

cbs228 commented 2 years ago

This works for me on a QL-1100.

simonkuehling commented 2 years ago

Good job - works sweet for me on a QL-1100NWB over network with 102x156 die-cut labels! @pklaus, would you mind merging this?

atwoz commented 2 years ago

@oskarflordal @cbs228 @simonkuehling Did you guys have any issues when setting up the QL-1110NWB on Linux? I was able to get it working on a linux VM but cannot get it to work on a new ubuntu installation. Printer shows up if I do LSUSB but when I try to print it says "resource is busy". I can print with the QL800 without any issues. Same software works on another computer.

oskarflordal commented 2 years ago

@oskarflordal @cbs228 @simonkuehling Did you guys have any issues when setting up the QL-1110NWB on Linux? I was able to get it working on a linux VM but cannot get it to work on a new ubuntu installation. Printer shows up if I do LSUSB but when I try to print it says "resource is busy". I can print with the QL800 without any issues. Same software works on another computer.

Only tried on osx with the ql-1100, sorry.

cbs228 commented 2 years ago

@atwoz, did you modify your udev rules for this printer? I am using

/etc/udev/rules.d/69-labelprinter.rules:

ACTION!="add|change", GOTO="brotherql_rules_end"
SUBSYSTEM!="usb|usbmisc", GOTO="brotherql_rules_end"

# QL-1100
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="20a7", TAG+="uaccess"

LABEL="brotherql_rules_end"
buganini commented 2 years ago

Works for me on a QL-1100NWB over pyusb (on macOS) with 29/38 labels.

update: should be QL-1110NWB as said by @Fidelity88

Fidelity88 commented 2 years ago

Please note: The model is NOT called 'QL-1100NWB' but should be called QL-1110NWB As far as I can see, Brother never introduced a model with the name 'QL-1100NWB'

There is a 'QL-1100' without networking features. The equivalent WITH network is called 'QL-1110NWB'