Ported more things to XS

This commit is contained in:
Alessandro Ranellucci 2014-09-21 10:51:36 +02:00
parent 5a96bad8c2
commit 73b3c06361
18 changed files with 383 additions and 297 deletions

View file

@ -38,7 +38,7 @@ has 'status_cb' => (
has 'print_center' => (
is => 'rw',
default => sub { [100,100] },
default => sub { Slic3r::Pointf->new(100,100) },
);
has 'output_file' => (