ENH: Re-open pattern angle option under Support/Advanced

Re-open this option as requested by github users.

Fix Jira STUDIO-2083; Github issue-1102

Change-Id: Ifb01a5153e7dc105bf2d29a98e64dda3a9d8e6d4
(cherry picked from commit e42914b2448c2693d19d40b0d84e64567b766f37)
This commit is contained in:
MusangKing 2023-03-23 12:06:14 +08:00 committed by Lane.Wei
parent af0fca211b
commit 355dd8d463
2 changed files with 2 additions and 2 deletions

View file

@ -2448,7 +2448,7 @@ void PrintConfigDef::init_fff_params()
def->sidetext = L("°");
def->min = 0;
def->max = 359;
def->mode = comDevelop;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloat(0));
def = this->add("support_on_build_plate_only", coBool);