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

@ -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"
},