diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm index 51a9450c9..68b4d4d3f 100644 --- a/lib/Slic3r/Print.pm +++ b/lib/Slic3r/Print.pm @@ -310,7 +310,7 @@ EOF my ($polygon, $type) = @_; printf $fh qq{ \n}, $type, (join ' ', map { join ',', map unscale $_, @$_ } @$polygon), - ($type eq 'contour' ? 'black' : 'white'); + ($type eq 'contour' ? 'white' : 'black'); }; for my $layer_id (0..$self->layer_count-1) {