mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-04 01:48:44 +03:00
fix default value
This commit is contained in:
@@ -1904,8 +1904,8 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->category = L("Ironing");
|
def->category = L("Ironing");
|
||||||
def->tooltip = L("Ironing Type");
|
def->tooltip = L("Ironing Type");
|
||||||
def->set_enum<InfillPattern>({
|
def->set_enum<InfillPattern>({
|
||||||
{ "concentric", L("Concentric") },
|
{ "rectilinear", L("Rectilinear") },
|
||||||
{ "zig-za", L("Rectilinear") }
|
{ "concentric", L("Concentric") }
|
||||||
});
|
});
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear));
|
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear));
|
||||||
|
|||||||
Reference in New Issue
Block a user