mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-28 13:21:00 -07:00
make exclude_object off by default
This commit is contained in:
parent
9208767b18
commit
bd700071f2
17 changed files with 34 additions and 17 deletions
|
|
@ -2367,7 +2367,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->label = L("Exclude objects");
|
||||
def->tooltip = L("Enable this option to add EXCLUDE OBJECT command in g-code");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(1));
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("gcode_comments", coBool);
|
||||
def->label = L("Verbose G-code");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue