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>2021-06-18 12:06:26 +0300
committerGhostkeeper <rubend@tutanota.com>2021-06-18 12:06:26 +0300
commit0b1d963d86912b4a9746b632e11eee524c01de75 (patch)
tree37dab0f32a34ae501fab191182341d9ec5fb3e76 /resources/definitions/two_trees_base.def.json
parent611208368ca5ab40d91453a7084938429bce7dab (diff)
Perform version upgrade on newer profiles
Should've done this in the merge, but I just increased the setting_version for these. I also removed a deleted setting from the advanced visibility. We don't have tests that ensure that these visibility presets are good. Lucky I found it then, with a Ctrl+Shift+F search.
Diffstat (limited to 'resources/definitions/two_trees_base.def.json')
-rw-r--r--resources/definitions/two_trees_base.def.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json
index faeb4950b2..52387b5f9b 100644
--- a/resources/definitions/two_trees_base.def.json
+++ b/resources/definitions/two_trees_base.def.json
@@ -31,8 +31,7 @@
"machine_heated_bed": { "default_value": true },
"material_diameter": { "default_value": 1.75 },
-
-
+
"speed_print": { "value": 50.0 } ,
"speed_infill": { "value": "speed_print" },
"speed_wall": { "value": "speed_print / 2" },
@@ -64,11 +63,9 @@
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
- "fill_perimeter_gaps": { "value": "'everywhere'" },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
-
"retraction_hop_enabled": { "value": "False" },
"retraction_hop": { "value": 0.2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
@@ -121,6 +118,5 @@
"minimum_interface_area": { "value": 10 },
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
"wall_thickness": {"value": "line_width * 2" }
-
}
}