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:
authorAldo Hoeben <aldo@fieldofview.com>2016-05-02 11:34:30 +0300
committerAldo Hoeben <aldo@fieldofview.com>2016-05-02 11:34:30 +0300
commit704fd215186934684066570e2894b4914069dd56 (patch)
treeb6fe1b6d3e9dd3606e369a491ff15be70ef7e826 /README.md
parentc73bdc3fb095d2e365f7d58ef8702f4d5c573757 (diff)
Update README.md
Fix link to ultimaker_original.json
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09651e5334..e6425ec8e9 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Third party plugins
Making profiles for other printers
----------------------------------
-There are two ways of doing it. You can either use the generator [here](http://quillford.github.io/CuraProfileMaker/) or you can use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ultimaker_original.json) as a template.
+There are two ways of doing it. You can either use the generator [here](http://quillford.github.io/CuraProfileMaker/) or you can use [this](https://github.com/Ultimaker/Cura/blob/master/resources/machines/ultimaker_original.json) as a template.
* Change the machine ID to something unique
* Change the machine_name to your printer's name
@@ -57,4 +57,4 @@ There are two ways of doing it. You can either use the generator [here](http://q
* 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.
+Once you are done, put the profile you have made into resources/machines, or in machines in your cura profile folder.