ENH: modify default head detect zone

1. Set default head detect to empty

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I686c4c3115041471bc016cf3b0972ed730af64d3
This commit is contained in:
xun.zhang 2023-11-20 20:01:05 +08:00 committed by Lane.Wei
parent 99bb1c213b
commit bc65d69911
1 changed files with 1 additions and 6 deletions

View File

@ -3330,12 +3330,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("head_wrap_detect_zone", coPoints); def = this->add("head_wrap_detect_zone", coPoints);
def->label ="Head wrap detect zone"; //do not need translation def->label ="Head wrap detect zone"; //do not need translation
def->mode = comDevelop; def->mode = comDevelop;
def->set_default_value(new ConfigOptionPoints{ def->set_default_value(new ConfigOptionPoints{});
Vec2d(0,150),
Vec2d(30,150),
Vec2d(0,180),
Vec2d(30,180)
});
def = this->add("detect_thin_wall", coBool); def = this->add("detect_thin_wall", coBool);
def->label = L("Detect thin wall"); def->label = L("Detect thin wall");