Browse Source

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.
Ghostkeeper 4 years ago
parent
commit
4eec099c31

+ 1 - 1
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" },

+ 1 - 1
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" },