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/tizyx_evy.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/tizyx_evy.def.json')
-rw-r--r--resources/definitions/tizyx_evy.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/tizyx_evy.def.json b/resources/definitions/tizyx_evy.def.json
index a0bf5d76be..c90433d85a 100644
--- a/resources/definitions/tizyx_evy.def.json
+++ b/resources/definitions/tizyx_evy.def.json
@@ -32,7 +32,7 @@
"machine_extruder_count": { "default_value": 1 },
"machine_heated_bed": { "default_value": true },
"machine_center_is_zero": { "default_value": false },
- "gantry_height": { "default_value": 500 },
+ "gantry_height": { "value": "500" },
"machine_height": { "default_value": 255 },
"machine_depth": { "default_value": 255 },
"machine_width": { "default_value": 255 },