mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Infill is now overlapped with perimeters by 15%. #19
This commit is contained in:
@@ -138,7 +138,7 @@ sub _facet {
|
||||
sub intersect_facet {
|
||||
my $self = shift;
|
||||
my ($vertices, $z) = @_;
|
||||
printf "Slicing at $z\n";
|
||||
|
||||
# build the three segments of the triangle facet
|
||||
my @edges = (
|
||||
[ $vertices->[0], $vertices->[1] ],
|
||||
|
||||
Reference in New Issue
Block a user