I am trying to print from my app to the Brother QL series label printers. When I try to print, I can print when I have a roll of type Tape in the printer. However, when I try to print to a roll of type Label I cannot get anything to print. I get back the error code:
ERROR_WRONG_LABEL_ Incorrect roll type -41
I have tried a bunch of different settings and I cannot figure out what settings will allow me to print with that type of roll. Additionally I have read through their SDK documentation and cannot find any information about this issue.
After some digging here are the paper sizes you can use for the QL family of printers. e.g.
let printInfo = BRPtouchPrintInfo()
printInfo.strPaperName = "17mmx54"
printInfo.nPrintMode = PRINT_FIT
printInfo.nOrientation = ORI_LANDSCAPE
printInfo.nHorizontalAlign = ALIGN_CENTER
printInfo.nVerticalAlign = ALIGN_MIDDLE
printInfo.nAutoCutFlag = 1
printInfo.nAutoCutCopies = 1
I got mine printing using 62mmRB. 62mm gives me the save error -41 as you get. It seems I had red & black roll in.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With