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-09-29 17:07:26 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2021-09-29 17:07:26 +0300
commitbe9f62c5baf5a23cc7768bdab7d8ef2bac465048 (patch)
treeedd5cfebf6469aa4f381fe824c70fac184c6d7ea /resources/definitions/ultimaker3.def.json
parentb99267048ffd4e9768093a93757fe16704cdbf57 (diff)
- Only use monotonic order in top layer (increase print speed).
- Explicitly set combing mode to the new 'no_outer_surfaces' strategy - Adjusted the engineering profiles to use 100% wall flow and triangle infill pattern
Diffstat (limited to 'resources/definitions/ultimaker3.def.json')
-rw-r--r--resources/definitions/ultimaker3.def.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index 2a8e5d17df..cf4d5fd7ff 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -161,9 +161,10 @@
"switch_extruder_retraction_amount": { "value": "8" },
"top_bottom_pattern" : {"value": "zigzag"},
"top_bottom_thickness": { "value": "1" },
- "wall_material_flow": {"value": 90},
+ "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": { "default_value": "noskin" },
+ "retraction_combing": { "value": "no_outer_surfaces", "default_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" },