Merge pull request #18028 from Ultimaker/PP-414-Reduce-raft-extention-add-border

PP-414 Improve raft boundary
This commit is contained in:
Erwan MATHIEU 2024-01-17 16:09:54 +01:00 committed by GitHub
commit 612de4c248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,8 +361,10 @@
"raft_interface_line_width": { "value": 0.7 },
"raft_interface_speed": { "value": 90 },
"raft_interface_thickness": { "value": 0.3 },
"raft_margin": { "value": 3 },
"raft_interface_wall_count": { "value": "raft_wall_count" },
"raft_margin": { "value": 1.2 },
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" },
"raft_surface_wall_count": { "value": "raft_wall_count" },
"retraction_amount": { "value": 0.75 },
"retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "value": "speed_travel / 10" },