New option for disabling thin wall detection

This commit is contained in:
Alessandro Ranellucci 2013-07-05 22:10:43 +02:00
parent 0a7e0ffecf
commit 282c751b0f
4 changed files with 11 additions and 2 deletions

View file

@ -96,7 +96,7 @@ sub make_surfaces {
$self->slices([ _merge_loops($loops) ]);
# detect thin walls by offsetting slices by half extrusion inwards
{
if ($Slic3r::Config->thin_walls) {
my $width = $self->perimeter_flow->scaled_width;
my $diff = diff_ex(
[ map $_->p, @{$self->slices} ],