mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Improve wording and name of 'Ignore Small Z Gaps'
Hopefully it'll be a bit more clear what this setting does, now.
This commit is contained in:
parent
b87a0a7e82
commit
be86576ff9
1 changed files with 2 additions and 2 deletions
|
@ -1454,8 +1454,8 @@
|
|||
},
|
||||
"skin_no_small_gaps_heuristic":
|
||||
{
|
||||
"label": "Ignore Small Z Gaps",
|
||||
"description": "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such case, disable the setting.",
|
||||
"label": "No Skin in Z Gaps",
|
||||
"description": "When the model has small vertical gaps of only a few layers, there should normally be skin around those layers in the narrow space. Enable this setting to not generate skin if the vertical gap is very small. This improves printing time and slicing time, but technically leaves infill exposed to the air.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "top_layers > 0 or bottom_layers > 0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue