Printrun: Difference between revisions
(Created page with "http://reprap.org/wiki/Printrun") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Download= | |||
http://www.pronterface.com/ | |||
=More= | |||
http://reprap.org/wiki/Printrun | 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 [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. | |||
==Notes== | |||
*This worked in 2016 | |||
*This worked in 2017 |
Latest revision as of 15:32, 27 April 2017
Download
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