Make flow_spacing required for ExtrusionLoop objects too

This commit is contained in:
Alessandro Ranellucci 2012-10-30 14:07:50 +01:00
parent be7e211bb6
commit 52ed2c6ea4

View File

@ -10,7 +10,7 @@ has 'polygon' => (
handles => [qw(is_printable nearest_point_index_to reverse)],
);
has 'flow_spacing' => (is => 'rw');
has 'flow_spacing' => (is => 'rw', required => 1);
# see EXTR_ROLE_* constants in ExtrusionPath.pm
has 'role' => (is => 'rw', required => 1);