Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2020-12-28 00:49:31 +0300
committerGitHub <noreply@github.com>2020-12-28 00:49:31 +0300
commitf97b9902c82422ea62fe07ef09b72866f98c13e1 (patch)
treea0be455061ec1e72ccaad30322ae6600979599de
parentd6cb0d9866a998e51b2eb1971f87212c3178c82b (diff)
parent4a1864b94421d1b667dfa9afb89d48d8bd5442f5 (diff)
Merge pull request #705 from cp2004/patch-1
Remove preinstalled cura reference
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1a2b2a2..6091ecc 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,6 @@ To install plugins from the commandline instead of OctoPrint's built-in plugin m
If a USB webcam or the Raspberry Pi camera is detected, MJPG-streamer will be started automatically as webcam server. OctoPrint on OctoPi ships with correctly configured stream and snapshot URLs pointing at it. If necessary, you can reach it under `http://octopi.local/webcam/?action=stream <http://octopi.local/webcam/?action=stream>`_ and SSL respectively, or directly on its configured port 8080: `http://octopi.local:8080/?action=stream <octopi.local:8080/?action=stream>`_.
-CuraEngine is installed and OctoPrint ships pre-configured with the correct path to utilize it for on-board-slicing. Just import a Cura Slicing Profile in OctoPrint's settings and start slicing directly on your Pi.
Features
--------
@@ -55,7 +54,6 @@ Features
* `OctoPrint <http://octoprint.org>`_ host software for 3d printers out of the box
* `Raspbian <http://www.raspbian.org/>`_ tweaked for maximum performance for printing out of the box
* `mjpg-streamer with RaspiCam support <https://github.com/jacksonliam/mjpg-streamer>`_ for live viewing of prints and timelapse video creation.
-* `CuraEngine <https://github.com/Ultimaker/CuraEngine>`_ pre-installed for slicing directly on the Raspberry Pi
Developing
----------