mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-29 05:41:00 -07:00
Fixed regression causing thin walls to be processed twice, thus producing overlapping straight paths and zigzag. #1035
This commit is contained in:
parent
a2702082b2
commit
fa41e15c68
3 changed files with 16 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ sub length {
|
|||
return $length;
|
||||
}
|
||||
|
||||
# this only applies to polylines
|
||||
sub grow {
|
||||
my $self = shift;
|
||||
return Slic3r::Polygon->new(@$self, CORE::reverse @$self[1..($#$self-1)])->offset(@_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue