mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 00:14:27 +08:00
change default for overhangs speed to 100% bridge speed
This commit is contained in:
parent
73142a130e
commit
7f034f65d5
@ -2496,7 +2496,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->ratio_over = "bridge_speed";
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloatOrPercent(20, false));
|
||||
def->set_default_value(new ConfigOptionFloatOrPercent(100, true));
|
||||
|
||||
def = this->add("overhangs_width_speed", coFloatOrPercent);
|
||||
def->label = L("'As bridge' speed threshold");
|
||||
|
Loading…
x
Reference in New Issue
Block a user