mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-21 11:24:27 +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("Automatic, only for small areas"));
|
||||||
def->enum_labels.push_back(L("Anchored"));
|
def->enum_labels.push_back(L("Anchored"));
|
||||||
def->mode = comAdvanced;
|
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 = this->add("infill_extruder", coInt);
|
||||||
def->label = L("Infill extruder");
|
def->label = L("Infill extruder");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user