From 8e6ab3a10b526b6b6767af712448eb95cd5ac0f7 Mon Sep 17 00:00:00 2001 From: derekhe Date: Sat, 13 Jun 2015 14:31:37 +0800 Subject: [PATCH] Add new cura description. Add build scripts url --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f311976ca1..acd87f1b0e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Cura ==== -This is the source code of Cura. +This is the new, shiny, unreleased frontend for Cura. [daid/Cura](https://github.com/daid/Cura.git) is the old legacy Cura that everyone knows and loves/hates. + +We re-worked the whole GUI code at Ultimaker, because my old code started to become an unmaintainable ball of poo. Dependencies ------------ @@ -12,3 +14,8 @@ Dependencies This will be needed at runtime to perform the actual slicing. * PySerial Only required for USB printing support. + +Build scripts +------------- + +Please checkout [cura-build](https://github.com/Ultimaker/cura-build)