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>2016-05-18 11:34:28 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-18 11:34:28 +0300
commit4e3e466a11e8c063cf64cc4426c19fa4a36276e3 (patch)
tree42c23f7a1ba7e537a242070ea71e93ce6c01ae83 /resources/definitions/maker_starter.def.json
parent64c15eb87666aa9a6fa099105045fa777e7ad449 (diff)
Move platform offset to metadata
Also removed the setting from fdmprinter just to be clear. Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/maker_starter.def.json')
-rw-r--r--resources/definitions/maker_starter.def.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json
index 797b57f771..24033d8968 100644
--- a/resources/definitions/maker_starter.def.json
+++ b/resources/definitions/maker_starter.def.json
@@ -4,9 +4,9 @@
"name": "3DMaker Starter",
"inherits": "fdmprinter",
"metadata": {
- "visible": true,
"author": "tvlgiao",
"manufacturer": "3DMaker",
+ "category": "Other",
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
"icon": "icon_ultimaker2.png",
"platform": "makerstarter_platform.stl"
@@ -58,9 +58,6 @@
"machine_disallowed_areas": {
"default_value": []
},
- "machine_platform_offset": {
- "default_value": [0, 0, 0]
- },
"machine_nozzle_tip_outer_diameter": {
"default_value": 1
},