Penplot1.local
RaspberryPi print server for the HPGL plotter at the Brickyard Collaborative.
Install / Use
/learn @hughpyle/Penplot1.localREADME
Pen Plotter
This machine is a print server for HPGL pen plotters.
Processes:
-
ipp-server (which is the ipp-server Python package), runs the main print-server. This also runs a trivial webpage that redirects to the main (port 80) webpage.
-
apache webserver. Home is in
/var/www/html/. Homepage at http://penplot1.local/ (HTML source for the homepage is here.)
There's also an Avahi service file at
/etc/avahi/services/lvp16.service (source here)
that describes the printer for AirPrint (Bonjour/Zeroconf) discovery.
This means you can find the plotter in your 'Printers' dialog, anywhere
on the local network. It should even have a nice icon,

The IPP server listens on the standard port 631.
It can do this without being root, using authbind, which is enabled by
sudo touch '/etc/authbind/byport/!631'
sudo chown pi:pi '/etc/authbind/byport/!631'
sudo chmod 755 '/etc/authbind/byport/!631'
and then run with a crontab on ./bin/ipp, which calls
authbind --deep python -m ippserver --host penplot1.local --port 631 --ppd "${HOME}/hpgl/data/lvp16.ppd" run "${HOME}/hpgl/bin/print-hpgl"
The run argument tells the IPP server that it should print by running the 'print-hpgl' shell-script.
The file to be printed will be passed to the script on stdin, and it then figures out the file type,
converts the file format into HPGL as needed, and (carefully) sends it to the plotter's serial port.
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
