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)