A few more enable conditions for extra_infill_lines_to_support_skins

This commit is contained in:
Oliver Mattos 2024-08-08 17:39:58 +01:00
parent 9896e2eb96
commit dc4a92d960

View file

@ -2367,7 +2367,7 @@
},
"default_value": "walls_and_lines",
"value": "'none' if infill_sparse_density > 50 else 'walls' if skin_edge_support_thickness > 0 else 'walls_and_lines'",
"enabled": "infill_sparse_density > 0 and infill_pattern not in ('lightning', 'concentric', 'cross','cross_3d')"
"enabled": "infill_sparse_density > 0 and infill_pattern not in ('lightning', 'concentric', 'cross','cross_3d') and wall_line_count > 0 and top_layers > 0"
},
"lightning_infill_support_angle":
{