ENH: open more setting options
For "detect narrow solid infill" Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Iee680faeadaa6b92b411be0aa28be762e5fc20e5
This commit is contained in:
parent
5e410fe5ef
commit
1637981be5
1 changed files with 1 additions and 1 deletions
|
@ -2972,7 +2972,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("This option will auto detect narrow internal solid infill area."
|
||||
" If enabled, concentric pattern will be used for the area to speed printing up."
|
||||
" Otherwise, rectilinear pattern is used defaultly.");
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue