Workaround for Boost clipping not being idempotent and causing lack of support material

This commit is contained in:
Alessandro Ranellucci 2013-02-01 23:45:46 +01:00
parent eae1e7adc2
commit 547dfb857d

View File

@ -691,7 +691,7 @@ sub generate_support_material {
$_;
}
map $_->clip_with_expolygon($expolygon),
map $_->clip_with_polygon($expolygon->bounding_box_polygon),
###map $_->clip_with_polygon($expolygon->bounding_box_polygon), # currently disabled as a workaround for Boost failing at being idempotent
@{$support_patterns->[ $layer_id % @$support_patterns ]};
};
return @paths;