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:
authorJaime van Kessel <nallath@gmail.com>2016-05-17 17:49:59 +0300
committerJaime van Kessel <nallath@gmail.com>2016-05-17 17:49:59 +0300
commita2862d8c24001c419ab834a9b5089d871d97946f (patch)
tree2dd8c5cfcec903944e1872d6346f10322bf9be4b /resources/definitions/bq_witbox.def.json
parent5c1210dddf545aaa153c45d11791a61cf1892c6b (diff)
Moved offset to meta-data
CURA-1278
Diffstat (limited to 'resources/definitions/bq_witbox.def.json')
-rw-r--r--resources/definitions/bq_witbox.def.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json
index e0d8bf774e..d9529cdae6 100644
--- a/resources/definitions/bq_witbox.def.json
+++ b/resources/definitions/bq_witbox.def.json
@@ -8,7 +8,14 @@
"manufacturer": "BQ",
"category": "Other",
"file_formats": "text/x-gcode",
- "platform": "bq_witbox_platform.stl"
+ "platform": "bq_witbox_platform.stl",
+ "platform_offset": {
+ "value": [
+ 0,
+ -145,
+ -38
+ ]
+ }
},
"overrides": {
"machine_start_gcode": {
@@ -35,13 +42,6 @@
"machine_gcode_flavor": {
"value": "RepRap"
},
- "machine_platform_offset": {
- "value": [
- 0,
- -145,
- -38
- ]
- },
"layer_height": {
"value": 0.2
},