mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Merge branch 'acp-voronoi'
Conflicts: xs/xsp/my.map
This commit is contained in:
@@ -158,11 +158,6 @@ sub _arrange {
|
||||
);
|
||||
}
|
||||
|
||||
sub has_objects_with_no_instances {
|
||||
my ($self) = @_;
|
||||
return (first { !defined $_->instances } @{$self->objects}) ? 1 : 0;
|
||||
}
|
||||
|
||||
# makes sure all objects have at least one instance
|
||||
sub add_default_instances {
|
||||
my ($self) = @_;
|
||||
|
||||
Reference in New Issue
Block a user