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>2019-05-13 10:30:32 +0300
committerGhostkeeper <rubend@tutanota.com>2019-05-13 10:30:32 +0300
commite26e825d8318c70e4755a25f9b21b5f91293eca8 (patch)
tree2c8188794af9bb11220c0843c53d03696b5359b6 /resources/definitions/alyanx3dp.def.json
parent8f8a982be764ce79ba144479e2f664f853b4a61b (diff)
Overwrite gantry height value instead of default_value
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
Diffstat (limited to 'resources/definitions/alyanx3dp.def.json')
-rw-r--r--resources/definitions/alyanx3dp.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/alyanx3dp.def.json b/resources/definitions/alyanx3dp.def.json
index 085acc20c1..07e0a090a9 100644
--- a/resources/definitions/alyanx3dp.def.json
+++ b/resources/definitions/alyanx3dp.def.json
@@ -30,7 +30,7 @@
"machine_height": { "default_value": 170 },
"machine_depth": { "default_value": 160 },
"machine_center_is_zero": { "default_value": false },
- "gantry_height": { "default_value": 55 },
+ "gantry_height": { "value": "55"},
"retraction_amount": { "default_value": 1.5 },
"support_enable": { "default_value": true},
"machine_head_with_fans_polygon": {