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:
gerchowl 2024-04-17 01:48:19 +02:00 committed by GitHub
parent 7a0176c295
commit 184dbcc690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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));