Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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:05]
emoc [Imprimante thermique Brother QL-570]
materiel:imprimante_thermique_brother_ql-570 [2025/03/12 14:14] (Version actuelle)
emoc [brother_ql_web]
Ligne 18: Ligne 18:
 ==== Consommables ==== ==== Consommables ====
  
-^ Référence ^ Dimensions ^ Nbre d'​étiquettes ^   ​Prix ​  ^ Prix à l'​étiquette ^ + Référence ​  Dimensions ​  Nbre d'​étiquettes ​ ^   ​Prix ​  ​^ ​ Prix à l'​étiquette ​ 
-| DK-11208 ​ | 38 x 90 mm |  400              | 17,​30e ​  ​| ​ 0,​043e ​           |+ DK-11208 ​  ​ 38 x 90 mm  |  400                 17,​30e ​  ​| ​ 0,​043e ​            ​|
  
 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
Ligne 41: Ligne 41:
 </​code>​ </​code>​
  
-Ca 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, 1-bit, PNG** 
  
 ==== brother_ql_web ==== ==== brother_ql_web ====
Ligne 58: Ligne 59:
 </​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 ====
  • materiel/imprimante_thermique_brother_ql-570.1741709101.txt.gz
  • Dernière modification: 2025/03/11 17:05
  • par emoc