disable dynamic overhang speed by default. We can enable them only in our profiles, and it is risky to set speed for unknown printers
This commit is contained in:
parent
363618beb8
commit
823eb1a251
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->category = L("Speed");
|
||||
def->tooltip = L("This setting enables dynamic speed control on overhangs.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("overhang_overlap_levels", coPercents);
|
||||
def->full_label = L("Overhang overlap levels");
|
||||
|
|
Loading…
Add table
Reference in a new issue