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-05-28 13:59:21 +0300
committerGhostkeeper <rubend@tutanota.com>2020-05-28 13:59:40 +0300
commit2a70813d030c678181b5c37fc82cb513d689187b (patch)
tree0480c420e9704b22b5e74ec9efdc3158c59e8158 /resources/definitions/geeetech_A10T.def.json
parent56e8827d009cf34724e9646f093719f9f6220fb0 (diff)
Correct orientation of printer volume
This seems to have been a mix-up of 'depth' and 'height'. The specs online say that these are the correct dimensions. Fixes #7827.
Diffstat (limited to 'resources/definitions/geeetech_A10T.def.json')
-rw-r--r--resources/definitions/geeetech_A10T.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/geeetech_A10T.def.json b/resources/definitions/geeetech_A10T.def.json
index f989a90982..0f1a0b76ab 100644
--- a/resources/definitions/geeetech_A10T.def.json
+++ b/resources/definitions/geeetech_A10T.def.json
@@ -27,7 +27,8 @@
},
"machine_depth": {
"default_value": 260
- }, "machine_center_is_zero": {
+ },
+ "machine_center_is_zero": {
"default_value": false
},
"layer_height": { "default_value": 0.1 },