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:
authorTim Kuipers <t.kuipers@ultimaker.com>2015-06-18 17:36:28 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2015-06-18 17:36:28 +0300
commit221906099a3f0d48b3971552caff767874580de9 (patch)
tree40c33e697b00da703737dae2757d16c067cac1a4 /README.md
parentcfa55da3dbbda5d1ab4394b12b0ba83b95698dc4 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index acd87f1b0e..28942eeb5d 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,13 @@ Dependencies
* PySerial
Only required for USB printing support.
+Configuring Cura
+----------------
+* link your CuraEngine backend by inserting the following line in home/.config/cura/config.cfg :
+[backend]
+location = /[path_to_the..]/CuraEngine/build/CuraEngine
+
+
Build scripts
-------------