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:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-06-10 15:52:15 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-06-10 15:52:15 +0300
commit67058c3d452f2605ae458131baf23ac8f06dd89a (patch)
tree0ade2158bb8e49082377d962e8550b715b0aeb2b /resources/definitions/ultimaker.def.json
parent6bb1793d12ce912883b6535255fc5eabf67115df (diff)
fix: definition visibility got borked (CURA-1443)
machine definition visibility should be a metadata property and should be set to true for only those definitions which are actually machines
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index d70d55ecf4..5df38d07cb 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -5,7 +5,7 @@
"inherits": "fdmprinter",
"metadata": {
"author": "Ultimaker",
- "manufacturer": "Ultimaker"
- "visible": false,
+ "manufacturer": "Ultimaker",
+ "visible": false
}
}