Closed synsuiter closed 2 years ago
The "Infill Density" (infill_sparse_density) only indirectly controls the infill via the "Infill Line Distance" (infill_line_distance) setting. If no "infill_line_distance" was specified in the profile, then changing the "infill_sparse_density" would cause "infill_line_distance" to recompute, and thus the model would be changed appropriately. However, because the profile is setting "infill_line_distance" to be a certain value, changing "infill_sparse_density" has no effect. The user would need to change "infill_line_distance"
This is because as it stands, any values explicitly set in the profile will be blocked from being automatically recomputed based on other values. If you do not think this is appropriate, we could eliminate that requirement. It's just unclear as to what really makes sense, so I had to make decision one way of another.
As it stands right now, it is important that profiles only change one setting along a dependency chain. If more than one setting along that chain is set in the profile, then the user will not get the results they might expect if they change the setting which is higher in the chain.
Ahh yeah, this makes sense and I can can update some of the profile stuff to correct this. I will close this out
Describe the bug Unable to Slice with 0% infill.
Details
To Reproduce Steps to reproduce the behavior:
Expected behavior It should accept 0% infill.
Screenshots