mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 04:45:58 +08:00
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
@ -534,7 +534,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->category = L("Speed");
|
def->category = L("Speed");
|
||||||
def->tooltip = L("This setting enables dynamic speed control on overhangs.");
|
def->tooltip = L("This setting enables dynamic speed control on overhangs.");
|
||||||
def->mode = comAdvanced;
|
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 = this->add("overhang_overlap_levels", coPercents);
|
||||||
def->full_label = L("Overhang overlap levels");
|
def->full_label = L("Overhang overlap levels");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user