mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
PP-571 Improve multi-material printing quality S8
This commit is contained in:
parent
08d15eec56
commit
0ba901e345
2 changed files with 3 additions and 4 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue