Mirroring refactored.
This commit is contained in:
parent
baab5e49f1
commit
bb73b59aa6
10 changed files with 380 additions and 680 deletions
src/libslic3r
|
@ -2262,13 +2262,13 @@ void PrintConfigDef::init_sla_params()
|
|||
def->full_label = L("Display mirroring in X axis");
|
||||
def->label = L("Mirror X");
|
||||
def->tooltip = L("Enable mirroring of output images in the X axis");
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("display_mirror_y", coBool);
|
||||
def->full_label = L("Display mirroring in Y axis");
|
||||
def->label = L("Mirror Y");
|
||||
def->tooltip = L("Enable mirroring of output images in the Y axis");
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("display_orientation", coEnum);
|
||||
def->label = L("Display orientation");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue