mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
increase initial layer skin flow
This makes adhesion more robust for inaccuracies in the first layer thickness. PP-288
This commit is contained in:
parent
340e03327e
commit
ac3c91a4fd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
"skin_angles": { "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]" },
|
"skin_angles": { "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]" },
|
||||||
"skin_edge_support_thickness": { "value": "4 * layer_height if infill_sparse_density < 30 else 0" },
|
"skin_edge_support_thickness": { "value": "4 * layer_height if infill_sparse_density < 30 else 0" },
|
||||||
"skin_material_flow": { "value": "0.95 * material_flow" },
|
"skin_material_flow": { "value": "0.95 * material_flow" },
|
||||||
"skin_material_flow_layer_0": { "value": "0.85 * material_flow_layer_0" },
|
"skin_material_flow_layer_0": { "value": "0.9 * material_flow_layer_0" },
|
||||||
"skin_monotonic": { "value": "roofing_layer_count == 0" },
|
"skin_monotonic": { "value": "roofing_layer_count == 0" },
|
||||||
"speed_equalize_flow_width_factor": { "value": "110.0" },
|
"speed_equalize_flow_width_factor": { "value": "110.0" },
|
||||||
"speed_layer_0": { "value": "min(30, layer_height / layer_height_0 * speed_wall_0)" },
|
"speed_layer_0": { "value": "min(30, layer_height / layer_height_0 * speed_wall_0)" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue