mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:56:03 +08:00
Moved offset to meta-data
CURA-1278
This commit is contained in:
parent
5c1210dddf
commit
a2862d8c24
@ -9,7 +9,14 @@
|
|||||||
"manufacturer": "BQ",
|
"manufacturer": "BQ",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "bq_hephestos_platform.stl"
|
"platform": "bq_hephestos_platform.stl",
|
||||||
|
"platform_offset": {
|
||||||
|
"value": [
|
||||||
|
0,
|
||||||
|
-82,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
@ -37,13 +44,6 @@
|
|||||||
"machine_gcode_flavor": {
|
"machine_gcode_flavor": {
|
||||||
"value": "RepRap"
|
"value": "RepRap"
|
||||||
},
|
},
|
||||||
"machine_platform_offset": {
|
|
||||||
"value": [
|
|
||||||
0,
|
|
||||||
-82,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"layer_height": {
|
"layer_height": {
|
||||||
"value": 0.2
|
"value": 0.2
|
||||||
},
|
},
|
||||||
|
@ -8,6 +8,13 @@
|
|||||||
"manufacturer": "BQ",
|
"manufacturer": "BQ",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"platform": "bq_hephestos_2_platform.stl",
|
"platform": "bq_hephestos_2_platform.stl",
|
||||||
|
"platform_offset": {
|
||||||
|
"value": [
|
||||||
|
6,
|
||||||
|
1320,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
"file_formats": "text/x-gcode"
|
"file_formats": "text/x-gcode"
|
||||||
},
|
},
|
||||||
"manufacturer": "BQ",
|
"manufacturer": "BQ",
|
||||||
@ -40,13 +47,6 @@
|
|||||||
"machine_gcode_flavor": {
|
"machine_gcode_flavor": {
|
||||||
"value": "RepRap"
|
"value": "RepRap"
|
||||||
},
|
},
|
||||||
"machine_platform_offset": {
|
|
||||||
"value": [
|
|
||||||
6,
|
|
||||||
1320,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"material_print_temperature": {
|
"material_print_temperature": {
|
||||||
"value": 210.0
|
"value": 210.0
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,14 @@
|
|||||||
"author": "BQ",
|
"author": "BQ",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"file_formats": "text/x-code",
|
"file_formats": "text/x-code",
|
||||||
"platform": "bq_hephestos_platform.stl"
|
"platform": "bq_hephestos_platform.stl",
|
||||||
|
"platform_offset": {
|
||||||
|
"value": [
|
||||||
|
0,
|
||||||
|
-82,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_start_gcode": {
|
"machine_start_gcode": {
|
||||||
@ -35,13 +42,6 @@
|
|||||||
"machine_gcode_flavor": {
|
"machine_gcode_flavor": {
|
||||||
"value": "RepRap"
|
"value": "RepRap"
|
||||||
},
|
},
|
||||||
"machine_platform_offset": {
|
|
||||||
"value": [
|
|
||||||
0,
|
|
||||||
-82,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"layer_height": {
|
"layer_height": {
|
||||||
"value": 0.2
|
"value": 0.2
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,14 @@
|
|||||||
"manufacturer": "BQ",
|
"manufacturer": "BQ",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "bq_witbox_platform.stl"
|
"platform": "bq_witbox_platform.stl",
|
||||||
|
"platform_offset": {
|
||||||
|
"value": [
|
||||||
|
0,
|
||||||
|
-145,
|
||||||
|
-38
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_start_gcode": {
|
"machine_start_gcode": {
|
||||||
@ -35,13 +42,6 @@
|
|||||||
"machine_gcode_flavor": {
|
"machine_gcode_flavor": {
|
||||||
"value": "RepRap"
|
"value": "RepRap"
|
||||||
},
|
},
|
||||||
"machine_platform_offset": {
|
|
||||||
"value": [
|
|
||||||
0,
|
|
||||||
-145,
|
|
||||||
-38
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"layer_height": {
|
"layer_height": {
|
||||||
"value": 0.2
|
"value": 0.2
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user