Printrun

From Open Source Ecology
(Redirected from Pronterface)
Jump to: navigation, search

Download

http://www.pronterface.com/

More

http://reprap.org/wiki/Printrun

This is a Python program. To download, download the zip file at the top - https://github.com/kliment/Printrun

To run properly in Linux, make sure you read the notes down the page at https://github.com/kliment/Printrun

Install Notes

In terminal, based on [1], do:

sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil python-cairosvg git

This installs various supporting programs. Now clone the program to a select location, such as desktop, by navigating in terminal.

git clone https://github.com/kliment/Printrun.git

Now you have a Printrun folder on your desktop. In Termnal, you can run Pronterface (a Python program) by typing:

python pronterface.py.

Notes

  • This worked in 2016
  • This worked in 2017