Increased maximum warning value for the small skin width from 3 line widths to 10 line widths.

PP-424
This commit is contained in:
Paul Kuiper 2024-02-05 11:15:34 +01:00
parent 90bf5409bf
commit 965f9e5a1c

View file

@ -1668,7 +1668,7 @@
"value": "skin_line_width * 2",
"default_value": 1,
"minimum_value": "0",
"maximum_value_warning": "skin_line_width * 3",
"maximum_value_warning": "skin_line_width * 10",
"type": "float",
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
"limit_to_extruder": "top_bottom_extruder_nr",