From be5149f16470e300c21572bf811ead95e6fcef11 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 27 Jan 2023 12:21:00 +0100 Subject: [PATCH] Removed "Tree" support type from UI. --- src/libslic3r/PrintConfig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 8c0b0f928d..45da5508dc 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2849,7 +2849,6 @@ void PrintConfigDef::init_fff_params() def->set_enum_values({ { "grid", L("Grid") }, { "snug", L("Snug") }, - { "tree", L("Tree") }, { "organic", L("Organic") } }); def->mode = comAdvanced;