mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:29:02 +08:00
Don't make min single wall line width the same as the Min Odd Wall Line Width
The formula in that setting means that this setting was always the same as the Min Odd Wall Line Width, but that is not really a natural value for this setting. The absolute minimum for a line is generally known to be 75% of the nozzle size, so we use that instead.
This commit is contained in:
parent
933f694127
commit
94898ac212
@ -1304,7 +1304,7 @@
|
|||||||
"label": "Minimum Wall Line Width",
|
"label": "Minimum Wall Line Width",
|
||||||
"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": "machine_nozzle_size * .75",
|
||||||
"default_value": 0.2,
|
"default_value": 0.2,
|
||||||
"minimum_value": "0.001",
|
"minimum_value": "0.001",
|
||||||
"minimum_value_warning": "min_feature_size",
|
"minimum_value_warning": "min_feature_size",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user