mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 06:52:02 +08: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
@ -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…
x
Reference in New Issue
Block a user