To enable Prontserve you need to also install something along the following
lines. Unforunately this has yet to be tested on a real Fedora system:
1.`sudo yum install avahi avahi-python`
2.`pip install -r requirements_prontserve.txt`
### Archlinux
### Archlinux
Packages are available in AUR. Just run
Packages are available in AUR. Just run
...
@@ -62,8 +51,6 @@ Packages are available in AUR. Just run
...
@@ -62,8 +51,6 @@ Packages are available in AUR. Just run
and enjoy the `pronterface`, `pronsole`, ... commands directly.
and enjoy the `pronterface`, `pronsole`, ... commands directly.
*Note:* Prontserve is not currently included in the arch package.
## RUNNING FROM SOURCE
## RUNNING FROM SOURCE
Run Printrun for source if you want to test out the latest features.
Run Printrun for source if you want to test out the latest features.
...
@@ -157,13 +144,6 @@ If you want to load stl files, you need to install a slicing program such as Sli
...
@@ -157,13 +144,6 @@ If you want to load stl files, you need to install a slicing program such as Sli
See the Slic3r readme for more details on integration.
See the Slic3r readme for more details on integration.
## USING PRONTSERVE
Prontserve runs a server for remotely monitoring and controlling your 3D printer over your network.
To start the server you can run `./prontserve.py` in the directory you git cloned printrun too. Once the server starts you can verify it's working by going to http://localhost:8888 in your web browser.