Merge pull request #796 from thopiekar/master-bq-platform_offset-update

[master] Updating platform_offset for BQ printers
This commit is contained in:
Ghostkeeper 2016-06-13 01:15:10 +02:00 committed by GitHub
commit 1d89e8c6a9
4 changed files with 4 additions and 21 deletions

View File

@ -10,13 +10,7 @@
"category": "Other",
"file_formats": "text/x-gcode",
"platform": "bq_hephestos_platform.stl",
"platform_offset": {
"value": [
0,
-82,
0
]
}
"platform_offset": [ 0, -82, 0]
},
"overrides": {

View File

@ -9,7 +9,7 @@
"manufacturer": "BQ",
"category": "Other",
"platform": "bq_hephestos_2_platform.stl",
"platform_offset": { "value": [6, 1320, 0 ] },
"platform_offset": [6, 1320, 0 ],
"file_formats": "text/x-gcode"
},

View File

@ -10,12 +10,7 @@
"category": "Other",
"file_formats": "text/x-code",
"platform": "bq_hephestos_platform.stl",
"platform_offset": {
"value": [
0,
-82,
0
]
"platform_offset": [ 0, -82, 0]
}
},

View File

@ -10,13 +10,7 @@
"category": "Other",
"file_formats": "text/x-gcode",
"platform": "bq_witbox_platform.stl",
"platform_offset": {
"value": [
0,
-145,
-38
]
}
"platform_offset": [ 0, -145, -38]
},
"overrides": {