Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-11-30 19:28:09 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-11-30 19:28:09 +0400
commit42383dec847fcdfd04ce2a0122b580cd5c8615b9 (patch)
treeafa0db02c085b3783a950039d593c97dc4457eda /lib/Slic3r/Layer.pm
parentd51a37a0ae1d27f2336e97284fb5852f0f204e4a (diff)
Warn about models with overlapping or intersecting facets but try to repair wrong layers. #16
Diffstat (limited to 'lib/Slic3r/Layer.pm')
-rw-r--r--lib/Slic3r/Layer.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Slic3r/Layer.pm b/lib/Slic3r/Layer.pm
index bc4216889..0c60a46d8 100644
--- a/lib/Slic3r/Layer.pm
+++ b/lib/Slic3r/Layer.pm
@@ -13,6 +13,8 @@ has 'id' => (
required => 1,
);
+has 'slicing_errors' => (is => 'rw');
+
# collection of spare segments generated by slicing the original geometry;
# these need to be merged in continuos (closed) polylines
has 'lines' => (