Stricter implementation of the overhang detection. Includes unit tests
This commit is contained in:
parent
caf7b3f97e
commit
a31b2e6ca2
5 changed files with 51 additions and 21 deletions
lib/Slic3r/Print
|
@ -176,6 +176,7 @@ sub slice {
|
|||
);
|
||||
if (@{$self->layers} >= 2) {
|
||||
$self->layers->[-2]->upper_layer($self->layers->[-1]);
|
||||
$self->layers->[-1]->lower_layer($self->layers->[-2]);
|
||||
}
|
||||
$id++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue