mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Disable support interface loops by default.
This commit is contained in:
parent
1699864b8a
commit
a74aaca681
1 changed files with 3 additions and 3 deletions
|
@ -1190,11 +1190,11 @@ PrintConfigDef::PrintConfigDef()
|
||||||
def->default_value = new ConfigOptionFloatOrPercent(0, false);
|
def->default_value = new ConfigOptionFloatOrPercent(0, false);
|
||||||
|
|
||||||
def = this->add("support_material_interface_contact_loops", coBool);
|
def = this->add("support_material_interface_contact_loops", coBool);
|
||||||
def->label = "Interface circles";
|
def->label = "Interface loops";
|
||||||
def->category = "Support material";
|
def->category = "Support material";
|
||||||
def->tooltip = "Cover the top most interface layer with contact loops";
|
def->tooltip = "Cover the top contact layer of the supports with loops. Disabled by default.";
|
||||||
def->cli = "support-material-interface-contact-loops!";
|
def->cli = "support-material-interface-contact-loops!";
|
||||||
def->default_value = new ConfigOptionBool(true);
|
def->default_value = new ConfigOptionBool(false);
|
||||||
|
|
||||||
def = this->add("support_material_interface_extruder", coInt);
|
def = this->add("support_material_interface_extruder", coInt);
|
||||||
def->label = "Support material/raft interface extruder";
|
def->label = "Support material/raft interface extruder";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue