mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 15:40:37 +08:00
Changed adaptive slicing horizontal feature detection default to false
This commit is contained in:
parent
a3867b0be8
commit
75335f48c0
@ -591,7 +591,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def->label = "Match horizontal surfaces";
|
||||
def->tooltip = "Try to match horizontal surfaces during the slicing process. Matching is not guaranteed, very small surfaces and multiple surfaces with low vertical distance might cause bad results.";
|
||||
def->cli = "match-horizontal-surfaces!";
|
||||
def->default_value = new ConfigOptionBool(true);
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
||||
def = this->add("max_fan_speed", coInt);
|
||||
def->label = "Max";
|
||||
|
Loading…
x
Reference in New Issue
Block a user