mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -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,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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue