Pm overhang extra perimeters (#7)
Implementation of extra perimeters on steep overhangs/flat unsupported parts Also contains: Principal components computation over polygon area New fast bridge direction estimation which minimizes amount of unanchored bridge endpoints
This commit is contained in:
parent
fbb159d595
commit
06fbab12fe
15 changed files with 701 additions and 4 deletions
src/libslic3r
|
@ -584,6 +584,7 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
} else if (
|
||||
opt_key == "perimeters"
|
||||
|| opt_key == "extra_perimeters"
|
||||
|| opt_key == "extra_perimeters_on_overhangs"
|
||||
|| opt_key == "first_layer_extrusion_width"
|
||||
|| opt_key == "perimeter_extrusion_width"
|
||||
|| opt_key == "infill_overlap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue