mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Increased maximum warning value for the small skin width from 3 line widths to 10 line widths.
PP-424
This commit is contained in:
parent
90bf5409bf
commit
965f9e5a1c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue