mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-20 03:22:18 -07:00
ENH: CLI: add logic to process wrapping detect
jira: no-jira Change-Id: Iacf689208a2fc26437892f9f5d847c53a21bf264 (cherry picked from commit 6c2e71c8f51a0384e6fdf784421490820282d3cc)
This commit is contained in:
parent
fcd0a11490
commit
251bd230da
4 changed files with 49 additions and 10 deletions
|
|
@ -3581,7 +3581,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("Probing exclude area of clumping.");
|
||||
def->mode = comAdvanced;
|
||||
def->gui_type = ConfigOptionDef::GUIType::one_string;
|
||||
def->set_default_value(new ConfigOptionPoints{Vec2d(145, 326), Vec2d(145, 310), Vec2d(256, 310), Vec2d(256, 326)});
|
||||
def->set_default_value(new ConfigOptionPoints());
|
||||
|
||||
def = this->add("sparse_infill_filament", coInt);
|
||||
def->gui_type = ConfigOptionDef::GUIType::i_enum_open;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue