1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed tests after recent fixes to concave_points

This commit is contained in:
Alessandro Ranellucci
2014-06-11 22:21:30 +02:00
parent 89ff1a50b2
commit 9bff6ccde7
+2 -2
View File
@@ -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],