Don't check for support pattern, but infill pattern

Which support pattern you're using has no bearing whatsoever on the gradual infill steps. Gradual support steps, maybe, but not gradual infill steps.
This commit is contained in:
Ghostkeeper 2021-12-07 10:45:28 +01:00
parent cf8ff903da
commit 9d4599df39
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -2087,7 +2087,7 @@
"default_value": 0,
"type": "int",
"minimum_value": "0",
"maximum_value_warning": "1 if (infill_pattern == 'cross' or infill_pattern == 'cross_3d' or support_pattern == 'concentric') else 5",
"maximum_value_warning": "1 if (infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_pattern == 'concentric') else 5",
"maximum_value": "999999 if infill_line_distance == 0 else (20 - math.log(infill_line_distance) / math.log(2))",
"enabled": "infill_sparse_density > 0 and infill_pattern not in ['cubicsubdiv', 'cross', 'cross_3d', 'lightning']",
"limit_to_extruder": "infill_extruder_nr",