mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 17:02:00 +08:00
Removed "Tree" support type from UI.
This commit is contained in:
parent
e41a14399f
commit
be5149f164
@ -2849,7 +2849,6 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->set_enum_values({
|
def->set_enum_values({
|
||||||
{ "grid", L("Grid") },
|
{ "grid", L("Grid") },
|
||||||
{ "snug", L("Snug") },
|
{ "snug", L("Snug") },
|
||||||
{ "tree", L("Tree") },
|
|
||||||
{ "organic", L("Organic") }
|
{ "organic", L("Organic") }
|
||||||
});
|
});
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user