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:
authorCeDeROM <CeDeROM@tlen.pl>2016-11-26 20:56:31 +0300
committerCeDeROM <CeDeROM@tlen.pl>2016-11-27 16:22:05 +0300
commiteced6852d58cf8e7acbf871c8d83a0fd9f844360 (patch)
treece93e25362f4436cbed334764f74857cae207838 /README.md
parent484c7df5bc1432136b5cda7f400b50fa1dace024 (diff)
Updated reference to an example machine profile.
Signed-off-by: CeDeROM <CeDeROM@tlen.pl>
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 9357e436ff..077e6d1ab7 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,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/machines/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/definitions/ultimaker_original.def.json) as a template.
* Change the machine ID to something unique
* Change the machine_name to your printer's name
@@ -64,4 +64,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/machines, or in machines in your cura profile folder.
+Once you are done, put the profile you have made into resources/definitions, or in definitions in your cura profile folder.