mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-29 04:52:11 -06:00
fix misspelling in the tooltip of Filter out tiny gaps
option #1606
This commit is contained in:
parent
5c71994c83
commit
71ddef9724
23 changed files with 30 additions and 130 deletions
|
@ -1769,7 +1769,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("filter_out_gap_fill", coFloat);
|
||||
def->label = L("Filter out tiny gaps");
|
||||
def->category = L("Layers and Perimeters");
|
||||
def->tooltip = L("Filter out gaps smaller than the threshold specified. This setting won't affact top/bottom layers");
|
||||
def->tooltip = L("Filter out gaps smaller than the threshold specified. This setting won't affect top/bottom layers");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue