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/rigidbot.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/rigidbot.def.json')
-rw-r--r--resources/definitions/rigidbot.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/rigidbot.def.json b/resources/definitions/rigidbot.def.json
index 5eb346c7ca..c04cd7c5e6 100644
--- a/resources/definitions/rigidbot.def.json
+++ b/resources/definitions/rigidbot.def.json
@@ -29,7 +29,7 @@
"default_value": true
},
"gantry_height": {
- "default_value": 0
+ "value": "0"
},
"machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)"