mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Slice a single object with multiple layer heights. :-)
This commit is contained in:
@@ -119,7 +119,8 @@ sub add_model {
|
||||
print => $self,
|
||||
meshes => [ @meshes ],
|
||||
size => [ $complete_mesh->size ],
|
||||
input_file => $object->input_file
|
||||
input_file => $object->input_file,
|
||||
layer_height_ranges => $object->layer_height_ranges,
|
||||
);
|
||||
push @{$self->objects}, $print_object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user