mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Make flow_spacing required for ExtrusionLoop objects too
This commit is contained in:
@@ -10,7 +10,7 @@ has 'polygon' => (
|
|||||||
handles => [qw(is_printable nearest_point_index_to reverse)],
|
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
|
# see EXTR_ROLE_* constants in ExtrusionPath.pm
|
||||||
has 'role' => (is => 'rw', required => 1);
|
has 'role' => (is => 'rw', required => 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user