mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fixed test cases after change of the "sane" extrusion widths.
Changed the default perimeter / infill overlap to 25%.
This commit is contained in:
@@ -693,7 +693,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def->sidetext = "mm or %";
|
||||
def->cli = "infill-overlap=s";
|
||||
def->ratio_over = "perimeter_extrusion_width";
|
||||
def->default_value = new ConfigOptionFloatOrPercent(55, true);
|
||||
def->default_value = new ConfigOptionFloatOrPercent(25, true);
|
||||
|
||||
def = this->add("infill_speed", coFloat);
|
||||
def->label = "Infill";
|
||||
|
||||
Reference in New Issue
Block a user