mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
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:
parent
309bd52eb4
commit
4eec099c31
2 changed files with 2 additions and 2 deletions
|
@ -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" },
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue