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>2020-06-15 18:58:37 +0300
committerGhostkeeper <rubend@tutanota.com>2020-06-15 19:02:14 +0300
commit07953488aeba4def1b624c6c033c044d31439282 (patch)
treeda97ea79d711ff1c09f20a3fd851eafd6ea0098e /resources/definitions/tinyboy_ra20.def.json
parent5794deeade32059800ed5ec507d4fa5e66427779 (diff)
Fix alignment of platform mesh
It was aligned to the bottom side of the build plate rather than the top side. This build plate is 3.2mm thick, so to prevent Z fighting I'm moving the model 3.3mm down. Contributes to issue CURA-7515.
Diffstat (limited to 'resources/definitions/tinyboy_ra20.def.json')
-rw-r--r--resources/definitions/tinyboy_ra20.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/tinyboy_ra20.def.json b/resources/definitions/tinyboy_ra20.def.json
index cd820dd428..dd166b9c31 100644
--- a/resources/definitions/tinyboy_ra20.def.json
+++ b/resources/definitions/tinyboy_ra20.def.json
@@ -9,7 +9,7 @@
"file_formats": "text/x-gcode",
"platform": "tinyboy_ra20.obj",
"platform_texture": "tinyboy2.png",
- "platform_offset": [ 8, -70, -8 ],
+ "platform_offset": [ 8, -73.3, -8 ],
"has_materials": false,
"has_machine_quality": true,
"preferred_quality_type": "normal",