Printrun: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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


Line 6: Line 11:


=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 22:


python pronterface.py.
python pronterface.py.
==Notes==
*This worked in 2016
*This worked in 2017

Latest revision as of 15:32, 27 April 2017

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