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/creality_cr-x.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/creality_cr-x.def.json')
-rw-r--r--resources/definitions/creality_cr-x.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/creality_cr-x.def.json b/resources/definitions/creality_cr-x.def.json
index 94ac20cbb5..0117c4fffe 100644
--- a/resources/definitions/creality_cr-x.def.json
+++ b/resources/definitions/creality_cr-x.def.json
@@ -30,7 +30,7 @@
"retraction_amount": { "default_value": 3 },
"retraction_speed": { "default_value": 70},
"adhesion_type": { "default_value": "skirt" },
- "gantry_height": { "default_value": 30 },
+ "gantry_height": { "value": "30" },
"speed_print": { "default_value": 60 },
"speed_travel": { "default_value": 120 },
"machine_max_acceleration_x": { "default_value": 500 },