make initial flow settings a fraction of the initial layer flow

PP-42
This commit is contained in:
Rijk van Manen 2022-10-17 14:51:05 +02:00
parent 9f6a47f04a
commit 7612faea79

View file

@ -93,7 +93,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": 80 },
"skin_material_flow_layer_0": { "value": "0.80 * 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)" },
@ -115,9 +115,9 @@
"support_z_distance": { "value": "0" },
"top_bottom_pattern": { "value": "'zigzag'" },
"top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" },
"wall_0_material_flow_layer_0": { "value": 110 },
"wall_0_material_flow_layer_0": { "value": "1.10 * material_flow_layer_0" },
"wall_thickness": { "value": "wall_line_width_0 + wall_line_width_x" },
"wall_x_material_flow_layer_0": { "value": 95 },
"wall_x_material_flow_layer_0": { "value": "0.95 * material_flow_layer_0" },
"xy_offset": { "value": "-layer_height * 0.1" },
"xy_offset_layer_0": { "value": "-wall_line_width_0 / 5 + xy_offset" },
"zig_zaggify_support": { "value": true }