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:
parent
99bb1c213b
commit
bc65d69911
|
@ -3330,12 +3330,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("head_wrap_detect_zone", coPoints);
|
||||
def->label ="Head wrap detect zone"; //do not need translation
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionPoints{
|
||||
Vec2d(0,150),
|
||||
Vec2d(30,150),
|
||||
Vec2d(0,180),
|
||||
Vec2d(30,180)
|
||||
});
|
||||
def->set_default_value(new ConfigOptionPoints{});
|
||||
|
||||
def = this->add("detect_thin_wall", coBool);
|
||||
def->label = L("Detect thin wall");
|
||||
|
|
Loading…
Reference in New Issue