From 07953488aeba4def1b624c6c033c044d31439282 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 15 Jun 2020 17:58:37 +0200 Subject: [PATCH] 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. --- resources/definitions/tinyboy_ra20.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/tinyboy_ra20.def.json b/resources/definitions/tinyboy_ra20.def.json index cd820dd428..dd166b9c31 100644 --- a/resources/definitions/tinyboy_ra20.def.json +++ b/resources/definitions/tinyboy_ra20.def.json @@ -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",