Merge pull request #18257 from Ultimaker/PP-430-Enable-monotonic-raft-surface

Enable monotonic raft surface
This commit is contained in:
HellAholic 2024-02-27 13:35:00 +01:00 committed by GitHub
commit 9f6e3aece0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -96,12 +96,9 @@
"raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" }, "raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" },
"raft_speed": { "value": 15 }, "raft_speed": { "value": 15 },
"raft_surface_fan_speed": { "value": "cool_fan_speed_min" }, "raft_surface_fan_speed": { "value": "cool_fan_speed_min" },
"raft_surface_monotonic": { "value": true },
"raft_surface_speed": { "value": "speed_topbottom" }, "raft_surface_speed": { "value": "speed_topbottom" },
"relative_extrusion": "relative_extrusion": { "enabled": false },
{
"enabled": false,
"value": false
},
"retraction_combing": { "value": "'no_outer_surfaces'" }, "retraction_combing": { "value": "'no_outer_surfaces'" },
"retraction_combing_max_distance": { "value": 15 }, "retraction_combing_max_distance": { "value": 15 },
"retraction_count_max": { "value": 25 }, "retraction_count_max": { "value": 25 },

View File

@ -375,10 +375,8 @@
"retraction_prime_speed": { "value": "retraction_speed" }, "retraction_prime_speed": { "value": "retraction_speed" },
"retraction_speed": { "value": 5 }, "retraction_speed": { "value": 5 },
"roofing_layer_count": { "value": 2 }, "roofing_layer_count": { "value": 2 },
"roofing_material_flow": { "value": "material_flow" },
"roofing_monotonic": { "value": true }, "roofing_monotonic": { "value": true },
"skin_material_flow": { "value": "0.95*material_flow" }, "skin_material_flow": { "value": "0.95*material_flow" },
"skin_monotonic": { "value": true },
"skin_outline_count": { "value": 0 }, "skin_outline_count": { "value": 0 },
"skin_overlap": { "value": 0 }, "skin_overlap": { "value": 0 },
"skin_preshrink": { "value": 0 }, "skin_preshrink": { "value": 0 },