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.
This commit is contained in:
Ghostkeeper 2021-03-29 13:46:58 +02:00
parent 309bd52eb4
commit 4eec099c31
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 2 deletions

View file

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

View file

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