mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
First working implementation of a GUI for cutting
This commit is contained in:
parent
882a98ed44
commit
4f17c2b7d1
6 changed files with 27 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue