mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Basic functionality of the Parts tab is complete
This commit is contained in:
parent
7387e60706
commit
b5b8fb606f
4 changed files with 69 additions and 17 deletions
|
@ -351,6 +351,11 @@ sub add_volume {
|
|||
return $new_volume;
|
||||
}
|
||||
|
||||
sub delete_volume {
|
||||
my ($self, $i) = @_;
|
||||
splice @{$self->volumes}, $i, 1;
|
||||
}
|
||||
|
||||
sub add_instance {
|
||||
my $self = shift;
|
||||
my %params = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue