From 4eec099c31ef2535440832be5dc04492c14debe1 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 29 Mar 2021 13:46:58 +0200 Subject: [PATCH] Slightly lower build plate mesh The top of the build plate mesh seems to be 1mm into the build volume in its actual coordinates. The mesh was lowered by 0.8mm. Probably they tried to lower it by 1mm first and then found that it was z-fighting. I'm resolving the z-fight the other way around so that the mesh actually appears completely below the build volume. This makes the build plate grid more clear. No more grey film on top of it. --- resources/definitions/inat_proton_x_rail.def.json | 2 +- resources/definitions/inat_proton_x_rod.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/inat_proton_x_rail.def.json b/resources/definitions/inat_proton_x_rail.def.json index ec9906b245..70badb7350 100644 --- a/resources/definitions/inat_proton_x_rail.def.json +++ b/resources/definitions/inat_proton_x_rail.def.json @@ -7,7 +7,7 @@ "visible": true, "quality_definition": "inat_base", "platform": "inat_proton_x_buildplate.stl", - "platform_offset": [ 0, -0.8, 0] + "platform_offset": [ 0, -1.1, 0] }, "overrides": { "machine_name": { "default_value": "Proton X Rail" }, diff --git a/resources/definitions/inat_proton_x_rod.def.json b/resources/definitions/inat_proton_x_rod.def.json index a1c87470a2..93f9371e97 100644 --- a/resources/definitions/inat_proton_x_rod.def.json +++ b/resources/definitions/inat_proton_x_rod.def.json @@ -7,7 +7,7 @@ "visible": true, "quality_definition": "inat_base", "platform": "inat_proton_x_buildplate.stl", - "platform_offset": [ 0, -0.8, 0] + "platform_offset": [ 0, -1.1, 0] }, "overrides": { "machine_name": { "default_value": "Proton X Rod" },