mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Moved offset to meta-data
CURA-1278
This commit is contained in:
parent
5c1210dddf
commit
a2862d8c24
4 changed files with 31 additions and 31 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue