mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Fix alignment of platform mesh
It was aligned to the bottom side of the build plate rather than the top side. This build plate is 3.2mm thick, so to prevent Z fighting I'm moving the model 3.3mm down. Contributes to issue CURA-7515.
This commit is contained in:
parent
5794deeade
commit
07953488ae
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "tinyboy_ra20.obj",
|
||||
"platform_texture": "tinyboy2.png",
|
||||
"platform_offset": [ 8, -70, -8 ],
|
||||
"platform_offset": [ 8, -73.3, -8 ],
|
||||
"has_materials": false,
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue