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/ultimaker2_go.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/ultimaker2_go.def.json')
-rw-r--r--resources/definitions/ultimaker2_go.def.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/definitions/ultimaker2_go.def.json b/resources/definitions/ultimaker2_go.def.json
index e439006170..7bedb70add 100644
--- a/resources/definitions/ultimaker2_go.def.json
+++ b/resources/definitions/ultimaker2_go.def.json
@@ -10,7 +10,8 @@
"file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2go_platform.obj",
- "platform_texture": "Ultimaker2Gobackplate.png"
+ "platform_texture": "Ultimaker2Gobackplate.png",
+ "platform_offset": [0, 0, 0]
},
"overrides": {
@@ -34,8 +35,5 @@
[[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
]
},
- "machine_platform_offset": {
- "default_value": [0, 0, 0]
- }
}
}