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:
authorCharlie Powell <31997505+cp2004@users.noreply.github.com>2020-12-27 18:58:15 +0300
committerGitHub <noreply@github.com>2020-12-27 18:58:15 +0300
commit4a1864b94421d1b667dfa9afb89d48d8bd5442f5 (patch)
treea0be455061ec1e72ccaad30322ae6600979599de
parentd6cb0d9866a998e51b2eb1971f87212c3178c82b (diff)
Remove preinstalled cura reference
See https://github.com/guysoft/OctoPi/issues/692#issuecomment-751482637 and https://github.com/guysoft/OctoPi/commit/62eabbf492c42a9e73cd4b094cbb10b7a7e19d64
-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
----------