Skip to content

Instantly share code, notes, and snippets.

View gnif's full-sized avatar
🏠
Working from home

Geoffrey McRae gnif

🏠
Working from home
View GitHub Profile
@gnif
gnif / spool.py
Created April 26, 2019 08:52
Direct spool HPGL to a Roland DXY-1100 (Likely works with other models too)
#!/usr/bin/python3
# spool.py - HPGL Spooler for Serial attached Roland DXY-1100
# Copyright (C) 2019 Geoffrey McRae <geoff@hostfission.com>
# https://hostfission.com
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.