From d26a89d318c47d618f3809b36c1801a66b06dd77 Mon Sep 17 00:00:00 2001 From: quillford Date: Mon, 6 Jul 2015 10:44:07 -0700 Subject: modified README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d4ad64035..f62266ae4c 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ 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. +This is the new, shiny 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 ------------ -* Uranium +* [Uranium](https://github.com/Ultimaker/Uranium) + Cura is built on top of the Uranium framework. -* CuraEngine +* [CuraEngine](https://github.com/Ultimaker/CuraEngine) + This will be needed at runtime to perform the actual slicing. * PySerial + Only required for USB printing support. Configuring Cura @@ -41,3 +44,5 @@ Use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ulti * Set the nozzle offset with machine_nozzle_offset_x_1 and machine_nozzle_offset_y1 * Set the start and end gcode in machine_start_gcode and machine_end_gcode * If your printer has a heated bed, set visible to true under material_bed_temperature + +Once you are done, put the profile you have made into resources/settings. -- cgit v1.2.3 From f8d2215192e26add961912b8210c4caff5e668b4 Mon Sep 17 00:00:00 2001 From: quillford Date: Mon, 6 Jul 2015 10:48:20 -0700 Subject: Removed change in spacing in README --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f62266ae4c..f23b35d5c1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,10 @@ Dependencies ------------ * [Uranium](https://github.com/Ultimaker/Uranium) - Cura is built on top of the Uranium framework. * [CuraEngine](https://github.com/Ultimaker/CuraEngine) - This will be needed at runtime to perform the actual slicing. * PySerial - Only required for USB printing support. Configuring Cura -- cgit v1.2.3