mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user