Move platform offset to metadata

Also removed the setting from fdmprinter just to be clear.

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-18 10:34:28 +02:00
parent 64c15eb876
commit 4e3e466a11
No known key found for this signature in database
GPG key ID: 701948C5954A7385
6 changed files with 9 additions and 29 deletions

View file

@ -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]
}
}
}