mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08: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
@ -100,7 +100,7 @@
|
||||
"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_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" },
|
||||
"speed_equalize_flow_width_factor": { "value": "110.0" },
|
||||
"speed_layer_0": { "value": "min(30, layer_height / layer_height_0 * speed_wall_0)" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user