mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
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:
parent
c592d71051
commit
f2ed22da2a
4 changed files with 4 additions and 21 deletions
|
@ -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"
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue