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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-06-20 12:02:34 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-06-20 12:02:34 +0300
commit6e890e59ab7740c94697487eada93d8e0333ad7b (patch)
tree38b4611a8790c498a2a9550af6329e34eb868ef2 /resources/definitions/ultimaker_original.def.json
parent7b8242175100d042000030638b7f3226783c195c (diff)
CURA-5488 Exclude some Ultimaker materials from the UM2 family, UMO and
UMO dual.
Diffstat (limited to 'resources/definitions/ultimaker_original.def.json')
-rw-r--r--resources/definitions/ultimaker_original.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker_original.def.json b/resources/definitions/ultimaker_original.def.json
index 08a7622a73..a1942e59c2 100644
--- a/resources/definitions/ultimaker_original.def.json
+++ b/resources/definitions/ultimaker_original.def.json
@@ -11,7 +11,7 @@
"icon": "icon_ultimaker.png",
"platform": "ultimaker_platform.stl",
"has_materials": true,
- "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "generic_pva", "generic_tough_pla"],
+ "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "ultimaker_bam", "generic_pva", "ultimaker_pva", "generic_tough_pla", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white"],
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
"supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
},