mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 23:15:52 +08:00
Merge remote-tracking branch 'remotes/remi/master'
This commit is contained in:
commit
33dd8c3e13
@ -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