mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
ENH: config: set default 'extruder_printable_area' to empty
JIRA: no-jira Change-Id: I5d574a12684281faabbd1cf96e68e9b9ad593edc (cherry picked from commit 2d791aea17bc6607d68df4f88c8481f5a8aa139e)
This commit is contained in:
@@ -634,7 +634,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);
|
||||||
|
|||||||
Reference in New Issue
Block a user