Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-03-29 14:46:58 +0300
committerGhostkeeper <rubend@tutanota.com>2021-03-29 14:46:58 +0300
commit4eec099c31ef2535440832be5dc04492c14debe1 (patch)
tree8202c7e9ebc90ab5e9c60df5eb9749dd0e4263de /resources/definitions/inat_proton_x_rod.def.json
parent309bd52eb46a8cc49b20a83bf6de6ac81527751c (diff)
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.
Diffstat (limited to 'resources/definitions/inat_proton_x_rod.def.json')
-rw-r--r--resources/definitions/inat_proton_x_rod.def.json2
1 files changed, 1 insertions, 1 deletions
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" },