Quote Originally Posted by 3Dmonkey View Post
What about makeing a slim version of the peachy printer software entirely in command line/terminal based useing Python.

That would eliminate trouble with GUI's
This is nearly done already.. the GUI is here:
https://github.com/PeachyPrinter/peachyprinter
This GUI is like a separate program that just makes calls to the peachyprinterTools api:
which is found here:
https://github.com/PeachyPrinter/peachyprintertools

It would be rather easy to set things up so that we can just use a terminal to call peachyPrintertools to do things... Just need to write a CLI that talks to the peachyprinterTools API.