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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrisTerBeke <ctbeke@gmail.com>2017-12-18 23:16:11 +0300
committerGitHub <noreply@github.com>2017-12-18 23:16:11 +0300
commit06512e53acf1d2d2c587098fa0c315bc1d459987 (patch)
treeb868476e4a17357a83d8b880d283c2a77b03ed2f /README.md
parent16ce1e870e782e974c94255967131895d0c64a9c (diff)
Move configuration options info to a wiki page
As all other info was there already.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/README.md b/README.md
index a94ca853e6..e620e6dd6f 100644
--- a/README.md
+++ b/README.md
@@ -23,25 +23,21 @@ Dependencies
* [PySerial](https://github.com/pyserial/pyserial) Only required for USB printing support.
* [python-zeroconf](https://github.com/jstasiak/python-zeroconf) Only required to detect mDNS-enabled printers
-Configuring Cura
-----------------
-Link your CuraEngine backend by inserting the following lines in `$HOME/.config/cura/config.cfg` :
-```
-[backend]
-location = /[path_to_the..]/CuraEngine/build/CuraEngine
-```
-
Build scripts
-------------
-Please checkout [cura-build](https://github.com/Ultimaker/cura-build)
+Please checkout [cura-build](https://github.com/Ultimaker/cura-build) for detailed building instructions.
Plugins
-------------
-Please check our [Wiki](https://github.com/Ultimaker/Cura/wiki/Plugin-Directory) for details about creating and using plugins.
+Please check our [Wiki page](https://github.com/Ultimaker/Cura/wiki/Plugin-Directory) for details about creating and using plugins.
Supported printers
-------------
-Please check our [Wiki](https://github.com/Ultimaker/Cura/wiki/Adding-new-machine-profiles-to-Cura/_edit) for guidelines about adding support for new machines.
+Please check our [Wiki page](https://github.com/Ultimaker/Cura/wiki/Adding-new-machine-profiles-to-Cura/_edit) for guidelines about adding support for new machines.
+
+Configuring Cura
+----------------
+Please check out [Wiki page](https://github.com/Ultimaker/Cura/wiki/Cura-Settings) about configuration options for developers.
Translating Cura
----------------