mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
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:
parent
af0fca211b
commit
355dd8d463
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue