mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Refactor the AMF parser so that it popolates a Model object directly. Also read constellations
This commit is contained in:
parent
23f6842bd4
commit
f29d455319
4 changed files with 59 additions and 35 deletions
|
@ -3,7 +3,7 @@ use Moo;
|
|||
|
||||
use Slic3r::Geometry qw(X Y Z);
|
||||
|
||||
has 'materials' => (is => 'ro', default => sub { [] });
|
||||
has 'materials' => (is => 'ro', default => sub { {} });
|
||||
has 'objects' => (is => 'ro', default => sub { [] });
|
||||
|
||||
sub add_object {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue