ENH: config: set default 'extruder_printable_area' to empty
JIRA: no-jira Change-Id: I5d574a12684281faabbd1cf96e68e9b9ad593edc
This commit is contained in:
parent
e5be69dedd
commit
2d791aea17
|
@ -493,7 +493,7 @@ void PrintConfigDef::init_common_params()
|
||||||
def->label = L("Extruder printable area");
|
def->label = L("Extruder printable area");
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->gui_type = ConfigOptionDef::GUIType::one_string;
|
def->gui_type = ConfigOptionDef::GUIType::one_string;
|
||||||
def->set_default_value(new ConfigOptionPointsGroups{ {} });
|
def->set_default_value(new ConfigOptionPointsGroups{});
|
||||||
|
|
||||||
//BBS: add "bed_exclude_area"
|
//BBS: add "bed_exclude_area"
|
||||||
def = this->add("bed_exclude_area", coPoints);
|
def = this->add("bed_exclude_area", coPoints);
|
||||||
|
|
Loading…
Reference in New Issue