mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Infill is now overlapped with perimeters by 15%. #19
This commit is contained in:
parent
75a71a23a5
commit
fe9ed84f64
3 changed files with 3 additions and 1 deletions
|
@ -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] ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue