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:
authorp.kuiper <p.kuiper@ultimaker.com>2021-11-09 13:04:25 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2021-11-09 13:04:25 +0300
commit1585c98e05133770e21fd17ce448794c9750bb54 (patch)
tree56bda80e23bf45b58df5efc9c8d8171c733971b4 /resources/definitions/ultimaker2.def.json
parentd207d871a48b26458a71a596bc879aeacd58aa1f (diff)
PP-60: Update UM2 machines to reflect the iteration 3 setting changes
Diffstat (limited to 'resources/definitions/ultimaker2.def.json')
-rw-r--r--resources/definitions/ultimaker2.def.json17
1 files changed, 13 insertions, 4 deletions
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index 51aff7708d..430b96a6e8 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -91,7 +91,16 @@
"value": "False"
},
"speed_equalize_flow_width_factor": {
- "value": "0.5"
+ "value": "1.1"
+ },
+ "wall_distribution_count": {
+ "value": "1"
+ },
+ "wall_transition_threshold": {
+ "value": 90
+ },
+ "wall_add_middle_threshold": {
+ "value": "wall_transition_threshold * 8/9"
},
"retraction_combing": {
"value": "'no_outer_surfaces'"
@@ -100,16 +109,16 @@
"value": true
},
"top_bottom_pattern" : {
- "value": "'zigzag'"
+ "value": "'lines'"
},
- "fill_outline_gaps": {
+ "fill_outline_gaps": {
"value": "True"
},
"min_feature_size": {
"value": "wall_line_width_0 / 4"
},
"min_bead_width": {
- "value": "wall_line_width_0 / 2"
+ "value": "wall_line_width_0 * (100.0 + wall_split_middle_threshold)/200"
},
"meshfix_maximum_extrusion_area_deviation": {
"value": "50000"