mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Fixed test cases after change of the "sane" extrusion widths.
Changed the default perimeter / infill overlap to 25%.
This commit is contained in:
parent
ac672d9dc5
commit
aaefb76888
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue