pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

RED FLASHING LED on QL-800 #22

Closed xDsquare closed 4 years ago

xDsquare commented 5 years ago

Whenever I try to print at the correct format (29mm endless) the LED starts flashing red and nothing happens while the web-interface says "Printing was successful".

sudo ./brother_ql_web.py --loglevel DEBUG
...
Bottle v0.12.16 server starting up (using WSGIRefServer())...
Listening on http://:8013/
Hit Ctrl-C to quit.

127.0.0.1 - - [10/May/2019 21:53:38] "POST /api/preview/text?return_format=base64 HTTP/1.1" 200 404
127.0.0.1 - - [10/May/2019 21:53:39] "POST /api/preview/text?return_format=base64 HTTP/1.1" 200 632
127.0.0.1 - - [10/May/2019 21:53:40] "POST /api/preview/text?return_format=base64 HTTP/1.1" 200 632
DEBUG:brother_ql.raster:raster_image_size: 720x107
DEBUG:brother_ql.backends.generic:Writing 10195 bytes.
127.0.0.1 - - [10/May/2019 21:53:41] "POST /api/print/text HTTP/1.1" 200 17

My config.json:

{
  "SERVER": {
    "PORT": 8013,
    "HOST": "",
    "LOGLEVEL": "WARNING",
    "ADDITIONAL_FONT_FOLDER": false
  },
  "PRINTER": {
    "MODEL": "QL-800",
    "PRINTER": "usb://04f9:209b/000H8Z203810"
  },
  "LABEL": {
    "DEFAULT_SIZE": "29",
    "DEFAULT_ORIENTATION": "standard",
    "DEFAULT_FONT_SIZE": 5,
    "DEFAULT_FONTS": [
      {"family": "Minion Pro",      "style": "Semibold"},
      {"family": "Linux Libertine", "style": "Regular"},
      {"family": "DejaVu Serif",    "style": "Book"}
    ]
  },
  "WEBSITE": {
    "HTML_TITLE": "Label Designer",
    "PAGE_TITLE": "Brother QL Label Designer",
    "PAGE_HEADLINE": "Design your label and print it…"
  }
}

I'm thankful for every help!

Bansher commented 5 years ago

I have the same kind of problem. There is a solution?

Bansher commented 5 years ago

I have the same kind of problem. There is a solution? https://github.com/PaintSplasher/unifi-voucher-service/issues/5

ghost commented 4 years ago

Any update on this anyone? I'm having troubles with QL-800 as well.

mikhail5555 commented 4 years ago

I am using a QL-800 and it works for me

pklaus commented 4 years ago

It's been a long time. Sorry!

I've improved the compatibility of brother_ql_web with the QL-800 series a lot with the commits 2b5902a and 6da0745. Please check again. If any problem persists, could you please report:

I'll close this issue for now but if you have any further problem with the QL-800 series / red flashing LEDs, feel free to reopen this issue or open a new issue with the information requested above.

dadosch commented 4 years ago

Ok, so in case it's unclear for some: You have to select "62mm endless (Black/Red/White)".

By the way, how does it work? I thought the black color would appear because of heat, but how does it distinguish between black and red?

mikhail5555 commented 4 years ago

Ok, so in case it's unclear for some: You have to select "62mm endless (Black/Red/White)".

By the way, how does it work? I thought the black color would appear because of heat, but how does it distinguish between black and red?

Short exposure: Red Long exposure: Black (Or more purpleishe colour)

nmlpg12 commented 4 years ago

i am sorry for dropping by but i haven't been able to print through the web icons. it doesn't do anything just stall printing but doesn't print or gives error code. i am a littlebit frustrated need help

s00500 commented 4 years ago

One more note for everyone else playing with the default labels, the small roll that usually comes with it is a 29x90 DIE-CUT , and NOT a 29 endless (Since that just cost me 15 minutes of confusion =D) Thanks for the awesome project!!!!

MyMammothTech commented 3 years ago

Ok I can print red text if I select "62mm endless (black/red/white)". But I don't want to print in red. I just want to print normal black.