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:
authorfieldOfView <aldo@fieldofview.com>2017-04-30 13:38:46 +0300
committerfieldOfView <aldo@fieldofview.com>2017-04-30 13:38:46 +0300
commit4dea518c72f31b832d3a3595e322901cfa06d535 (patch)
tree2353f73c6f0c11098b39fae2c9a002dd25f155bc /resources/definitions/ultimaker2.def.json
parentb05954f99f866738e1fe702c9a6ae80da7c46702 (diff)
Add Upgraded Parts action for UM2 to add support for Olsson block
This adds a set of variants that just set the nozzle diameter and nozzle tip diameter. These variants are not used until the machine action sets the has_variants metadata entry.
Diffstat (limited to 'resources/definitions/ultimaker2.def.json')
-rw-r--r--resources/definitions/ultimaker2.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index a52075fe5e..5b2f339589 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -15,7 +15,8 @@
"platform_texture": "Ultimaker2backplate.png",
"platform_offset": [9, 0, 0],
"has_materials": false,
- "supported_actions":["UpgradeFirmware"]
+ "first_start_actions": ["UM2UpgradeSelection"],
+ "supported_actions":["UM2UpgradeSelection", "UpgradeFirmware"]
},
"overrides": {
"machine_name": { "default_value": "Ultimaker 2" },