Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
materiel:imprimante_thermique_brother_ql-570 [2025/03/11 17:06] emoc [QL570] |
materiel:imprimante_thermique_brother_ql-570 [2025/05/09 12:18] (Version actuelle) emoc [Autres machines] |
||
---|---|---|---|
Ligne 10: | Ligne 10: | ||
**Caractéristiques** | **Caractéristiques** | ||
- | * Largeur maximale : 59mm | + | * Largeur maximale d'impression : 59mm / largeur maximale des rouleaux : 62mm |
* Longueur minimale d'impression : 12.7mm (pas de maximum, il existe des rouleaux continus) \\ | * Longueur minimale d'impression : 12.7mm (pas de maximum, il existe des rouleaux continus) \\ | ||
* Résolution : 300 dpi | * Résolution : 300 dpi | ||
Ligne 22: | Ligne 22: | ||
DK-11208 : https://store.brother.fr/catalogs/brotherfrance/consommables/imprimantes-d-etiquettes/etiquettes/dk/dk11208 | DK-11208 : https://store.brother.fr/catalogs/brotherfrance/consommables/imprimantes-d-etiquettes/etiquettes/dk/dk11208 | ||
+ | |||
+ | Ce doc donne une idée des consommables utilisables : https://www.farnell.com/datasheets/1500565.pdf | ||
+ | |||
+ | |||
+ | A tester DK11202 62 x 100 mm, 300 etiq/rouleau, 20€ à bureau vallée : https://www.bureau-vallee.fr/etiquettes-bro-expedition-dk11202-62x100mm-51103.html | ||
+ | |||
+ | |||
+ | ==== Autres machines ==== | ||
+ | |||
+ | QL-800 : impression en 2 couleurs (noir et rouge) avec rouleau continu DK-22251 cf. [[https://www.brother.eu/-/media/pdf/bbe/products/brochures/brochure-ql-800-fr.pdf|spec]] \\ | ||
+ | QL-1050 : impression jusqu'à 102mm de large + DK-11241 (102mm x 152mm) cf. [[https://www.brother.eu/-/media/product-downloads/devices/nordics/eu_en/labelling-machines/ql-1050_1060_english-pdf.pdf|spec]] \\ | ||
===== Utilisation sur Debian 12 ===== | ===== Utilisation sur Debian 12 ===== | ||
Ligne 42: | Ligne 53: | ||
Ça fonctionne mais l'image est mal cadrée... L'image fait 440 x 1083 \\ | Ça fonctionne mais l'image est mal cadrée... L'image fait 440 x 1083 \\ | ||
- | Ça **fonctionne bien en 996 x 440** | + | Ça **fonctionne bien en 996 x 440, 1-bit, PNG** |
==== brother_ql_web ==== | ==== brother_ql_web ==== | ||
Ligne 59: | Ligne 70: | ||
</code> | </code> | ||
Mais ça ne marche pas, grrrrr, ''/usr/bin/env: « python »: Aucun fichier ou dossier de ce type'', je ne comprends pas comment fonctionne l'envirronnement python, pix et tout ça, ça vient probablement de là... | Mais ça ne marche pas, grrrrr, ''/usr/bin/env: « python »: Aucun fichier ou dossier de ce type'', je ne comprends pas comment fonctionne l'envirronnement python, pix et tout ça, ça vient probablement de là... | ||
+ | |||
+ | Ça fonctionne en installant un environnement virtuel python | ||
+ | <code> | ||
+ | sudo apt install virtualenv | ||
+ | cd /home/emoc/___LOGICIELS/2025/ | ||
+ | git clone https://github.com/pklaus/brother_ql_web.git | ||
+ | python3 -m venv brother_ql_web | ||
+ | source brother_ql_web | ||
+ | source brother_ql_web/bin/activate | ||
+ | cd brother_ql_web | ||
+ | pip install -r requirements.txt | ||
+ | ./brother_ql_web.py | ||
+ | deactivate | ||
+ | </code> | ||
==== brother-ql ==== | ==== brother-ql ==== |