mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
First working implementation of a GUI for cutting
This commit is contained in:
@@ -116,6 +116,8 @@ sub perform_cut {
|
||||
if $self->{cut_options}{keep_upper} && defined $upper_object;
|
||||
push @{$self->{new_model_objects}}, $lower_object
|
||||
if $self->{cut_options}{keep_lower} && defined $lower_object;
|
||||
|
||||
$self->Close;
|
||||
}
|
||||
|
||||
sub NewModelObjects {
|
||||
|
||||
Reference in New Issue
Block a user