mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 03:04:26 +08:00
#507 default for infill_dense_algo to dfaAutoNotFull
This commit is contained in:
parent
fc1ec534ad
commit
f22cbc4fa9
@ -1748,7 +1748,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->enum_labels.push_back(L("Automatic, only for small areas"));
|
||||
def->enum_labels.push_back(L("Anchored"));
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionEnum<DenseInfillAlgo>(dfaAutomatic));
|
||||
def->set_default_value(new ConfigOptionEnum<DenseInfillAlgo>(dfaAutoNotFull));
|
||||
|
||||
def = this->add("infill_extruder", coInt);
|
||||
def->label = L("Infill extruder");
|
||||
|
Loading…
x
Reference in New Issue
Block a user