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-10-01 14:52:42 +0300
committerGhostkeeper <rubend@tutanota.com>2021-10-01 14:52:42 +0300
commit40fd3203b81e500644adff29e2c8b96ab9760227 (patch)
tree124b2b005b7bac8f32d8a0bd42b1afdbe046f542 /resources/definitions/ultimaker3.def.json
parentf9f59d0da1e45b62887b0a3f3d97a1761b1354fb (diff)
Fix tests: Removing unnecessary default_value overrides
If there's a value, the default_value isn't used. This test exists to prevent confusion between the two, where a contributor could change the default_value but it gets overridden by a value. Contributes to issue PP-1.
Diffstat (limited to 'resources/definitions/ultimaker3.def.json')
-rw-r--r--resources/definitions/ultimaker3.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index cf4d5fd7ff..af781a8cbe 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -164,7 +164,7 @@
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 150" },
"wall_material_flow": {"value": "90"},
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
- "retraction_combing": { "value": "no_outer_surfaces", "default_value": "no_outer_surfaces" },
+ "retraction_combing": { "value": "no_outer_surfaces" },
"wall_0_inset": { "value": "0" },
"wall_line_width_x": { "value": "round(wall_line_width * 0.3 / 0.35, 2)" },
"wall_thickness": { "value": "1" },