mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed tests after recent fixes to concave_points
This commit is contained in:
@@ -191,7 +191,7 @@ my $polygons = [
|
||||
#==========================================================
|
||||
|
||||
{
|
||||
my $square = Slic3r::Polygon->new(
|
||||
my $square = Slic3r::Polygon->new_scale(
|
||||
[150,100],
|
||||
[200,100],
|
||||
[200,200],
|
||||
@@ -203,7 +203,7 @@ my $polygons = [
|
||||
}
|
||||
|
||||
{
|
||||
my $square = Slic3r::Polygon->new(
|
||||
my $square = Slic3r::Polygon->new_scale(
|
||||
[200,200],
|
||||
[100,200],
|
||||
[100,100],
|
||||
|
||||
Reference in New Issue
Block a user