Printrun: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
'''To run properly in Linux, make sure you read the notes down the page at 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= | |||
In terminal, based on [https://github.com/kliment/Printrun/blob/master/README.md], 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. |
Revision as of 19:19, 11 April 2016
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
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.