Printrun: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
=Install Notes= | =Install Notes= | ||
In terminal, based on [https://github.com/kliment/Printrun/blob/master/README.md], do: | '''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 | 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 | ||
Line 17: | Line 17: | ||
python pronterface.py. | python pronterface.py. | ||
==Notes== | |||
*This worked in 2016 | |||
*This worked in 2017 |
Revision as of 16:12, 7 March 2017
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