mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 06:26:00 +08:00
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->mode = comAdvanced;
|
||||
def->gui_type = ConfigOptionDef::GUIType::one_string;
|
||||
def->set_default_value(new ConfigOptionPointsGroups{ {} });
|
||||
def->set_default_value(new ConfigOptionPointsGroups{});
|
||||
|
||||
//BBS: add "bed_exclude_area"
|
||||
def = this->add("bed_exclude_area", coPoints);
|
||||
|
Loading…
x
Reference in New Issue
Block a user