Disable cross-hatching for hilbertcurve, archimedeanchords, octagramspiral

This commit is contained in:
Alessandro Ranellucci 2014-12-22 10:47:09 +01:00
parent 5cd3ef7b8a
commit bdce1ded7e

View File

@ -7,6 +7,7 @@ with qw(Slic3r::Fill::WithDirection);
use Slic3r::Geometry qw(scale X1 Y1 X2 Y2);
use Slic3r::Geometry::Clipper qw(intersection_pl);
sub angles () { [0] }
sub multiplier () { 1 }
sub process_polyline {}