mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
Wiki redirections (#13474)
This commit is contained in:
@@ -2191,6 +2191,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"This setting changes all extrusion flow of this filament in G-code proportionally. "
|
||||
"The recommended value range is between 0.95 and 1.05. "
|
||||
"You may be able to tune this value to get a nice flat surface if there is slight overflow or underflow.");
|
||||
def->min = 0;
|
||||
def->max = 2;
|
||||
def->mode = comAdvanced;
|
||||
def->nullable = true;
|
||||
@@ -5239,7 +5240,8 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Scarf joint flow ratio");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("This factor affects the amount of material for scarf joints.");
|
||||
def->mode = comDevelop;
|
||||
def->mode = comExpert;
|
||||
def->min = 0;
|
||||
def->max = 2;
|
||||
def->set_default_value(new ConfigOptionFloat(1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user