Force the 'nearest' strategy for starting skirt loops

This commit is contained in:
Alessandro Ranellucci 2015-12-21 15:02:39 +01:00
parent 1a286fc906
commit 7c8b71012c
5 changed files with 14 additions and 6 deletions

View file

@ -5,7 +5,7 @@ use warnings;
use parent qw(Exporter);
our @EXPORT_OK = qw(EXTRL_ROLE_DEFAULT
EXTRL_ROLE_CONTOUR_INTERNAL_PERIMETER);
EXTRL_ROLE_CONTOUR_INTERNAL_PERIMETER EXTRL_ROLE_SKIRT);
our %EXPORT_TAGS = (roles => \@EXPORT_OK);