Skip to content

henrytriplette/plotter-utility

Repository files navigation

HP7475a Pen Plotter Utility

Python GUI to simplify working with pen plotters:

  • Now supporting: Graphtec MP4200, HP7475a
  • Standalone version for Raspberry PI headless printing.
  • Telegram notification on print ended
  • Poweroff your plotter on print end using a Tasmota-enabled Sonoff controller
  • Combine CMYK Split with Flow Imager

Image of HP7475a Pen Plotter Utility

Installation

Create a virtual environment:

python3 -m venv venv
source venv/bin/activate

Plotter Utility uses:

After installing the dependencies, use Python package manager pip to install the requirements for the GUI.

pip install requirements.txt

Or, if using the standalone version, just run

pip install requirements_standalone.txt

Usage

For the GUI interface run:

python main.py

For the standalone headless version

python main.py

To keep the print running when closing the SSH connection, I suggest using a terminal multiplexer like screen

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contains

Contains code from the following libraires:

  • vogelchr/hp7475a-send LINK

License

MIT

About

Pen plotter utilities and GUI for image conversion, SVG optimization, HPGL conversion and headless print

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published