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>2018-07-05 14:22:17 +0300
committerGhostkeeper <rubend@tutanota.com>2018-07-05 14:22:17 +0300
commitec00e5b721d45be891e89afe2e603d0b4653c85d (patch)
tree1cc59bf1afe274e56bf2f95cde913f3c60c6853c /resources/definitions/cartesio.def.json
parent8f8c5154388bb249f1651df800bc1a3520f14cfa (diff)
Remove references to deleted settings
Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result. Contributes to issue CURA-5457.
Diffstat (limited to 'resources/definitions/cartesio.def.json')
-rw-r--r--resources/definitions/cartesio.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/cartesio.def.json b/resources/definitions/cartesio.def.json
index d2b7242d8c..04279ce392 100644
--- a/resources/definitions/cartesio.def.json
+++ b/resources/definitions/cartesio.def.json
@@ -44,7 +44,7 @@
"material_print_temp_wait": { "default_value": false },
"material_bed_temp_wait": { "default_value": false },
"prime_tower_enable": { "default_value": false },
- "prime_tower_wall_thickness": { "resolve": 0.7 },
+ "prime_tower_min_volume": { "value": "0.7" },
"prime_tower_size": { "value": 24.0 },
"prime_tower_position_x": { "value": 125 },
"prime_tower_position_y": { "value": 70 },