Skip to content

Commit

Permalink
Enable monotonic raft surface for all Ultimaker machines.
Browse files Browse the repository at this point in the history
Disable skin_monotonic for Method XL machines (speed increase), roofing_monotonic is still enable to create a good top surface.

PP-430
  • Loading branch information
pkuiper-ultimaker committed Feb 6, 2024
1 parent a8e3d51 commit 627bef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions resources/definitions/ultimaker.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" },
"raft_speed": { "value": 15 },
"raft_surface_fan_speed": { "value": "cool_fan_speed_min" },
"raft_surface_monotonic": { "value": true },
"raft_surface_speed": { "value": "speed_topbottom" },
"relative_extrusion":
{
Expand Down
1 change: 0 additions & 1 deletion resources/definitions/ultimaker_method_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@
"roofing_material_flow": { "value": "material_flow" },
"roofing_monotonic": { "value": true },
"skin_material_flow": { "value": "0.95*material_flow" },
"skin_monotonic": { "value": true },
"skin_outline_count": { "value": 0 },
"skin_overlap": { "value": 0 },
"skin_preshrink": { "value": 0 },
Expand Down

0 comments on commit 627bef2

Please sign in to comment.