mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08: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
@ -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…
x
Reference in New Issue
Block a user