mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Refactoring: move the 'copies' property to each Print::Object
This commit is contained in:
@@ -9,6 +9,7 @@ use Slic3r::Surface ':types';
|
||||
has 'input_file' => (is => 'rw', required => 0);
|
||||
has 'mesh' => (is => 'rw', required => 0);
|
||||
has 'size' => (is => 'rw', required => 1);
|
||||
has 'copies' => (is => 'rw', default => sub {[ [0,0] ]});
|
||||
|
||||
has 'layers' => (
|
||||
traits => ['Array'],
|
||||
|
||||
Reference in New Issue
Block a user