mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
WIP: Plater: Event handling boilerplate / skeletons
This commit is contained in:
parent
ceb295944a
commit
928c146aef
2 changed files with 124 additions and 21 deletions
|
@ -1949,7 +1949,7 @@ sub fix_through_netfabb {
|
|||
$self->remove($obj_idx);
|
||||
}
|
||||
|
||||
# XXX: VK: WIP
|
||||
# XXX: VK: done
|
||||
sub export_amf {
|
||||
my ($self) = @_;
|
||||
return if !@{$self->{objects}};
|
||||
|
@ -1966,7 +1966,7 @@ sub export_amf {
|
|||
}
|
||||
}
|
||||
|
||||
# XXX: VK: WIP
|
||||
# XXX: VK: done
|
||||
sub export_3mf {
|
||||
my ($self) = @_;
|
||||
return if !@{$self->{objects}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue