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:
Ghostkeeper 2020-06-15 17:58:37 +02:00
parent 5794deeade
commit 07953488ae
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

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