Updating platform_offset for BQ printers

Fixes the reason why the Cura UI freezes when choosing my printer from
the wizard.
This commit is contained in:
Thomas Karl Pietrowski 2016-06-12 18:47:49 +02:00
parent c592d71051
commit f2ed22da2a
4 changed files with 4 additions and 21 deletions

View File

@ -10,13 +10,7 @@
"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": { "platform_offset": [ 0, -82, 0]
"value": [
0,
-82,
0
]
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,7 @@
"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 ] }, "platform_offset": [6, 1320, 0 ],
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode"
}, },

View File

@ -10,12 +10,7 @@
"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": { "platform_offset": [ 0, -82, 0]
"value": [
0,
-82,
0
]
} }
}, },

View File

@ -10,13 +10,7 @@
"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": { "platform_offset": [ 0, -145, -38]
"value": [
0,
-145,
-38
]
}
}, },
"overrides": { "overrides": {