Merge remote-tracking branch 'remotes/remi/master'

This commit is contained in:
supermerill 2020-10-01 02:31:46 +02:00
commit 33dd8c3e13

View File

@ -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");