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>2020-01-20 12:47:46 +0300
committerGhostkeeper <rubend@tutanota.com>2020-01-20 12:47:46 +0300
commit92926cfc21819b9b6df030f2d93041e07fcee7e3 (patch)
tree5c219d2613bc24fd18d57d4bad83bb38704958dd /resources/definitions/strateo3d.def.json
parent8f6fb5e007a4747b418d434b30a64fb5a4923bda (diff)
Revert "Limit retraction_combing_max_distance to be no lower than retraction_min_travel"
This reverts commit 3b1e88e49c005657e463f6c76c505ad253ce8636. It was changing the default behaviour for these printers. Contributes to issue CURA-6860.
Diffstat (limited to 'resources/definitions/strateo3d.def.json')
-rw-r--r--resources/definitions/strateo3d.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/strateo3d.def.json b/resources/definitions/strateo3d.def.json
index 177e208ebc..2ee3650404 100644
--- a/resources/definitions/strateo3d.def.json
+++ b/resources/definitions/strateo3d.def.json
@@ -93,7 +93,7 @@
"prime_tower_position_y": { "value": "machine_depth - prime_tower_size - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 - (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0) - 1" },
"retraction_amount": { "default_value": 1.5 },
"retraction_combing": { "default_value": "all" },
- "retraction_combing_max_distance": { "value": "max(5, retraction_min_travel)" },
+ "retraction_combing_max_distance": { "default_value": 5 },
"retraction_count_max": { "default_value": 15 },
"retraction_hop": { "value": "2" },
"retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },