diff --git a/resources/definitions/ultimaker_s8.def.json b/resources/definitions/ultimaker_s8.def.json index da040a0e13..6d71240c83 100644 --- a/resources/definitions/ultimaker_s8.def.json +++ b/resources/definitions/ultimaker_s8.def.json @@ -263,8 +263,8 @@ "prime_tower_min_volume": { "value": 10 }, "retraction_amount": { "value": 6.5 }, "retraction_combing_avoid_distance": { "value": 1.2 }, - "retraction_combing_max_distance": { "value": 100 }, - "retraction_hop": { "value": 0.2 }, + "retraction_combing_max_distance": { "value": 50 }, + "retraction_hop": { "value": 1 }, "retraction_hop_after_extruder_switch_height": { "value": 2 }, "retraction_hop_enabled": { "value": true }, "retraction_min_travel": { "value": "5 if support_enable and support_structure=='tree' else line_width * 2" }, @@ -388,7 +388,7 @@ "support_structure": { "value": "'normal'" }, "support_z_distance": { "value": "0.4*material_shrinkage_percentage_z/100.0" }, "top_bottom_thickness": { "value": "round(4*layer_height, 2)" }, - "travel_avoid_other_parts": { "value": false }, + "travel_avoid_other_parts": { "value": true }, "wall_0_acceleration": { "value": 1000 }, "wall_0_deceleration": { "value": 1000 }, "wall_0_end_speed_ratio": { "value": 100 }, diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_tpu_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_tpu_0.2mm.inst.cfg index bc7e0a4548..ff0cf7f45d 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_tpu_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_tpu_0.2mm.inst.cfg @@ -31,7 +31,6 @@ material_initial_print_temperature = =material_print_temperature - 10 multiple_mesh_overlap = 0 prime_tower_wipe_enabled = True retraction_count_max = 15 -retraction_extra_prime_amount = 0.8 retraction_hop_only_when_collides = True retraction_prime_speed = 15 skin_line_width = =round(line_width / 0.8, 2)