mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 21:45:57 +08:00
#287 filament_shrink min set to 10%
This commit is contained in:
parent
8c756ffb40
commit
e2e90aec34
@ -1269,7 +1269,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
" Only the filament used for the perimeter is taken into account."
|
" Only the filament used for the perimeter is taken into account."
|
||||||
"\nBe sure to let enough space between objects, as this compensation is done after the checks.");
|
"\nBe sure to let enough space between objects, as this compensation is done after the checks.");
|
||||||
def->sidetext = L("%");
|
def->sidetext = L("%");
|
||||||
def->min = 0;
|
def->min = 10;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionPercents{ 100 });
|
def->set_default_value(new ConfigOptionPercents{ 100 });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user