mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 21:39:07 +08:00
Since we have removed the INFILL_OVERLAP_OVER_SPACING constant, increase the infill_overlap value for compensation
This commit is contained in:
parent
9581ddf641
commit
da0f4c4e01
@ -581,7 +581,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def->sidetext = "mm or %";
|
||||
def->cli = "infill-overlap=s";
|
||||
def->ratio_over = "perimeter_extrusion_width";
|
||||
def->default_value = new ConfigOptionFloatOrPercent(15, true);
|
||||
def->default_value = new ConfigOptionFloatOrPercent(55, true);
|
||||
|
||||
def = this->add("infill_speed", coFloat);
|
||||
def->label = "Infill";
|
||||
|
Loading…
x
Reference in New Issue
Block a user