From 704fd215186934684066570e2894b4914069dd56 Mon Sep 17 00:00:00 2001 From: Aldo Hoeben Date: Mon, 2 May 2016 10:34:30 +0200 Subject: [PATCH] Update README.md Fix link to ultimaker_original.json --- README.md | 4 ++-- 1 file 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.