Skip to content

Commit

Permalink
Merge pull request #19289 from Ultimaker/PP-491_Improve_top_surface_q…
Browse files Browse the repository at this point in the history
…uality_PC_CPEplus

PP-491 Improve top surface quality Factor 4
  • Loading branch information
Vandresc committed Jul 2, 2024
2 parents e9954ad + e34c467 commit bc3a17d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions resources/definitions/ultimaker_factor4.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"bridge_skin_material_flow": { "maximum_value": "100" },
"bridge_skin_material_flow_2": { "maximum_value": "100" },
"bridge_skin_material_flow_3": { "maximum_value": "100" },
"bridge_sparse_infill_max_density": { "value": "50" },
"bridge_wall_material_flow": { "maximum_value": "100" },
"bridge_wall_speed": { "value": "speed_wall" },
"brim_width": { "value": "5" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ _plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
inset_direction = outside_in
skin_material_flow = =material_flow * 0.93
speed_print = 60
speed_print = 80
wall_thickness = =line_width * 3

Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ _plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
inset_direction = outside_in
skin_material_flow = =material_flow * 0.965
speed_print = 60
speed_print = 80
wall_thickness = =line_width * 3

0 comments on commit bc3a17d

Please sign in to comment.