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-10-18 19:38:16 +0300
committerGhostkeeper <rubend@tutanota.com>2019-10-18 19:38:16 +0300
commit4a5673746c5e53bbc9cd4265f5c5a0dd3cf1c2c1 (patch)
tree5971ce93fcc8f6ab45ec0b3fedf758a592955b51 /resources/definitions/deltabot.def.json
parent15ea29924a856e4073c41c0665a3c4e6cc5ee092 (diff)
Remove unused default_value overrides
These are overrides of default_value while there is a value defined. As such these overrides had no effect at all. Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data. In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors. Done during Turbo Testing & Tooling. I want to go home for the weekend now...
Diffstat (limited to 'resources/definitions/deltabot.def.json')
-rw-r--r--resources/definitions/deltabot.def.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/definitions/deltabot.def.json b/resources/definitions/deltabot.def.json
index 613b61d32c..ad6a207bb2 100644
--- a/resources/definitions/deltabot.def.json
+++ b/resources/definitions/deltabot.def.json
@@ -15,15 +15,10 @@
},
"overrides": {
- "speed_travel": { "default_value": 150 },
"prime_tower_size": { "default_value": 8.660254037844387 },
"infill_sparse_density": { "default_value": 10 },
- "speed_wall_x": { "default_value": 30 },
- "speed_wall_0": { "default_value": 30 },
- "speed_topbottom": { "default_value": 30 },
"layer_height": { "default_value": 0.2 },
"speed_print": { "default_value": 30 },
- "speed_infill": { "default_value": 30 },
"machine_extruder_count": { "default_value": 1 },
"machine_heated_bed": { "default_value": true },
"machine_center_is_zero": { "default_value": true },