mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Ported more things to XS
This commit is contained in:
@@ -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' => (
|
||||
|
||||
Reference in New Issue
Block a user