mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-16 17:36:41 +08:00
Merge pull request #796 from thopiekar/master-bq-platform_offset-update
[master] Updating platform_offset for BQ printers
This commit is contained in:
commit
1d89e8c6a9
@ -10,13 +10,7 @@
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "bq_hephestos_platform.stl",
|
||||
"platform_offset": {
|
||||
"value": [
|
||||
0,
|
||||
-82,
|
||||
0
|
||||
]
|
||||
}
|
||||
"platform_offset": [ 0, -82, 0]
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -9,7 +9,7 @@
|
||||
"manufacturer": "BQ",
|
||||
"category": "Other",
|
||||
"platform": "bq_hephestos_2_platform.stl",
|
||||
"platform_offset": { "value": [6, 1320, 0 ] },
|
||||
"platform_offset": [6, 1320, 0 ],
|
||||
"file_formats": "text/x-gcode"
|
||||
},
|
||||
|
||||
|
@ -10,12 +10,7 @@
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-code",
|
||||
"platform": "bq_hephestos_platform.stl",
|
||||
"platform_offset": {
|
||||
"value": [
|
||||
0,
|
||||
-82,
|
||||
0
|
||||
]
|
||||
"platform_offset": [ 0, -82, 0]
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -10,13 +10,7 @@
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "bq_witbox_platform.stl",
|
||||
"platform_offset": {
|
||||
"value": [
|
||||
0,
|
||||
-145,
|
||||
-38
|
||||
]
|
||||
}
|
||||
"platform_offset": [ 0, -145, -38]
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user