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:
authorGhostkeeper <rubend@tutanota.com>2017-11-01 16:52:03 +0300
committerGhostkeeper <rubend@tutanota.com>2017-11-01 16:52:03 +0300
commit74bd527b03662b67e5f2d6a564aa07aada1b6e21 (patch)
tree5fd0b4fb117f1972697060ed01c716422359ed1e /plugins/XmlMaterialProfile/product_to_id.json
parenta08875c5ebbc98ce23556ae231b9ea20e0957ccf (diff)
Load product_id_map from file
For now this file is hard-coded. We should eventually try to generate this in the build system. Contributes to issue CURA-4243.
Diffstat (limited to 'plugins/XmlMaterialProfile/product_to_id.json')
-rw-r--r--plugins/XmlMaterialProfile/product_to_id.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/XmlMaterialProfile/product_to_id.json b/plugins/XmlMaterialProfile/product_to_id.json
new file mode 100644
index 0000000000..d6b8f3bade
--- /dev/null
+++ b/plugins/XmlMaterialProfile/product_to_id.json
@@ -0,0 +1,12 @@
+{
+ "Ultimaker 2": "ultimaker2",
+ "Ultimaker 2 Extended": "ultimaker2_extended",
+ "Ultimaker 2 Extended+": "ultimaker2_extended_plus",
+ "Ultimaker 2 Go": "ultimaker2_go",
+ "Ultimaker 2+": "ultimaker2_plus",
+ "Ultimaker 3": "ultimaker3",
+ "Ultimaker 3 Extended": "ultimaker3_extended",
+ "Ultimaker Original": "ultimaker_original",
+ "Ultimaker Original+": "ultimaker_original_plus",
+ "IMADE3D JellyBOX": "imade3d_jellybox"
+} \ No newline at end of file