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:
-rw-r--r--resources/definitions/bq_hephestos.def.json16
-rw-r--r--resources/definitions/bq_hephestos_2.def.json14
-rw-r--r--resources/definitions/bq_hephestos_xl.def.json16
-rw-r--r--resources/definitions/bq_witbox.def.json16
4 files changed, 31 insertions, 31 deletions
diff --git a/resources/definitions/bq_hephestos.def.json b/resources/definitions/bq_hephestos.def.json
index 45bf520a14..57fa85ab89 100644
--- a/resources/definitions/bq_hephestos.def.json
+++ b/resources/definitions/bq_hephestos.def.json
@@ -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
},
diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json
index 7f92e081ff..dba849ac7e 100644
--- a/resources/definitions/bq_hephestos_2.def.json
+++ b/resources/definitions/bq_hephestos_2.def.json
@@ -8,6 +8,13 @@
"manufacturer": "BQ",
"category": "Other",
"platform": "bq_hephestos_2_platform.stl",
+ "platform_offset": {
+ "value": [
+ 6,
+ 1320,
+ 0
+ ]
+ },
"file_formats": "text/x-gcode"
},
"manufacturer": "BQ",
@@ -40,13 +47,6 @@
"machine_gcode_flavor": {
"value": "RepRap"
},
- "machine_platform_offset": {
- "value": [
- 6,
- 1320,
- 0
- ]
- },
"material_print_temperature": {
"value": 210.0
},
diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json
index a0d8caa62e..6d4c7fdd52 100644
--- a/resources/definitions/bq_hephestos_xl.def.json
+++ b/resources/definitions/bq_hephestos_xl.def.json
@@ -8,7 +8,14 @@
"author": "BQ",
"category": "Other",
"file_formats": "text/x-code",
- "platform": "bq_hephestos_platform.stl"
+ "platform": "bq_hephestos_platform.stl",
+ "platform_offset": {
+ "value": [
+ 0,
+ -82,
+ 0
+ ]
+ }
},
"overrides": {
"machine_start_gcode": {
@@ -35,13 +42,6 @@
"machine_gcode_flavor": {
"value": "RepRap"
},
- "machine_platform_offset": {
- "value": [
- 0,
- -82,
- 0
- ]
- },
"layer_height": {
"value": 0.2
},
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
},