Moved offset to meta-data

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-17 16:49:59 +02:00
parent 5c1210dddf
commit a2862d8c24
4 changed files with 31 additions and 31 deletions

View file

@ -9,7 +9,14 @@
"manufacturer": "BQ",
"category": "Other",
"file_formats": "text/x-gcode",
"platform": "bq_hephestos_platform.stl"
"platform": "bq_hephestos_platform.stl",
"platform_offset": {
"value": [
0,
-82,
0
]
}
},
"overrides": {
@ -37,13 +44,6 @@
"machine_gcode_flavor": {
"value": "RepRap"
},
"machine_platform_offset": {
"value": [
0,
-82,
0
]
},
"layer_height": {
"value": 0.2
},