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:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-04-30 14:37:18 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-04-30 14:37:18 +0300
commit92afe31e370d117e74c0ea2da9da559db7fa4603 (patch)
tree57f4ec329b2982bc51f2fe0a80c722c48db75085 /README.md
parent2e96ac1e91fd8dc1dcfb89fb3f840044a8e651b6 (diff)
Add gitignore, README, LICENSE and CMakeLists files
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..f311976ca1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+Cura
+====
+
+This is the source code of Cura.
+
+Dependencies
+------------
+
+* Uranium
+ Cura is built on top of the Uranium framework.
+* CuraEngine
+ This will be needed at runtime to perform the actual slicing.
+* PySerial
+ Only required for USB printing support.