Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Labelprinter
From Chaosdorf Wiki
Views
Read
Edit with form
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Resource |name=Labelprinter |description=print labels |location=Hackcenter |resource category=Hardware |image=Labelprinter.jpg |ownership=lent |contactnick=nomaster |use=free |broken=repair |annoying=notify |has label=No }} Label all the things: https://labello.chaosdorf.space/ aus dem Chaosdorfnetzwerk. Alternativ lässt sich der Drucker auch vom eigenen Laptop mittels https://github.com/chaosdorf/labello/ bespielen. Der Labelprinter druckt auf 62 mm breites Papier endlos aus. Wir nutzen den Drucker über seine LAN-Schnittstelle; die WLAN-Verbindung ist nicht konfiguriert. Falls der Drucker nicht erreichbar ist und die grüne WIFI-LED leuchtet, wurde er versehentlich auf WLAN umgestellt. In dem Fall: Den kleinen Knopf darunter für einige Sekunden drücken, bis die LED ausgeht. Dann sollte labello wieder funktionieren. == wtf == Man muss keine grauenhafte Spezial-Software nutzen. Es gibt verschiedene Open Source Projekte, die das spezifische Rasterformat für den Drucker erzeugen können. Diese lassen sich per Socket an den Drucker übertragen. Nutze: [https://labello.chaosdorf.space labello]<br> GIT: [https://github.com/chaosdorf/labello/ labello] == Specs == - Model: Brother QL-720NW - Netzwerk: Ethernet, Wifi - Technologie: Thermopapier == komplizierteres drucken? == Möchtest du etwas drucken, was layouttechnisch komplizierter ist? Probiere mal [https://prittstift.chaosdorf.space/ prittstift] aus, das [https://github.com/telegnom/labello andere labello] == Beispielcode für manuelles Gefrickel == Installiere [https://github.com/chaosdorf/labello labello]. <pre> #!/usr/bin/env python3 from labelprinter import Labelprinter class Conf: PRINTER_HOST = "10.2.7.1" PRINTER_PORT = 9100 PRINTER_TIMEOUT = 60 printer = Labelprinter(Conf) printer.printText('Label printer is lent by Mic <nomaster@chaosdorf.de>. Use freely and notify if annoying. Put into Hackcenter.', bold='on') </pre>
Summary:
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see
Chaosdorf Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:!-
(
edit
)
Template:Ifnotempty
(
edit
)
Template:Infobox row
(
edit
)
Template:Infobox start
(
edit
)
Template:Ownership
(
edit
)
Template:P1
(
edit
)
Template:P2
(
edit
)
Template:Resource
(
edit
)
Template:U
(
edit
)
Template:Usage condition
(
edit
)
Template:Wikilabel
(
edit
)