PP-571 Improve multi-material printing quality S8

This commit is contained in:
THeijmans 2025-02-20 14:17:34 +01:00
parent 08d15eec56
commit 0ba901e345
2 changed files with 3 additions and 4 deletions

View File

@ -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 },

View File

@ -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)