mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23: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->tooltip = L("Ironing Type");
|
||||
def->set_enum<InfillPattern>({
|
||||
{ "concentric", L("Concentric") },
|
||||
{ "zig-za", L("Rectilinear") }
|
||||
{ "rectilinear", L("Rectilinear") },
|
||||
{ "concentric", L("Concentric") }
|
||||
});
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear));
|
||||
|
||||
Reference in New Issue
Block a user