mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Adding units [mm] for filter_out_gap_fill in PrintConfig.cpp (#4915)
* Update PrintConfig.cpp filter_out_gap_fill adding units to the input field
This commit is contained in:
parent
7a0176c295
commit
184dbcc690
1 changed files with 1 additions and 0 deletions
|
@ -2407,6 +2407,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->label = L("Filter out tiny gaps");
|
||||
def->category = L("Layers and Perimeters");
|
||||
def->tooltip = L("Filter out gaps smaller than the threshold specified");
|
||||
def->sidetext = L("mm");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue