Python webservice to simplify working with pen plotters:
An install script is included. From the home directory, run:
curl -O https://raw.githubusercontent.com/henrytriplette/penplotter-webserver/main/install.sh
chmod +x install.sh
Then run it:
./install.sh
Raspberry Pi will reboot once installation is completed.
After install, open a browser and reach for:
http://{{your Raspberry Pi address}}:5000
Optional: Configure options in config.ini using the web interface to set:
[x] Fix Mobile UI
[x] Add plotter name to toolbar
[x] Add defaults to configuration file
[x] Stop print via UI?
[x] List current printing filename
[ ] More plotter options?
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.