mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 20:29:10 +08:00
PP-60: New min_bead_width formula based on the width the outer wall can become. Removed default value.
This commit is contained in:
parent
ee9c2e0eb9
commit
3d81ff7e91
@ -1262,7 +1262,6 @@
|
|||||||
"description": "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself.",
|
"description": "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"value": "wall_line_width_0 * (100.0 + wall_split_middle_threshold)/200",
|
"value": "wall_line_width_0 * (100.0 + wall_split_middle_threshold)/200",
|
||||||
"default_value": "0.2",
|
|
||||||
"minimum_value": "0.001",
|
"minimum_value": "0.001",
|
||||||
"minimum_value_warning": "min_feature_size",
|
"minimum_value_warning": "min_feature_size",
|
||||||
"maximum_value_warning": "wall_line_width_0",
|
"maximum_value_warning": "wall_line_width_0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user