Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-10-08 20:55:30 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-08 20:56:59 +0300
commit928c146aefa67d64f113e52f6895ab04971cb7c2 (patch)
tree8b3550cd6992ff5a07f943f82120c64b76981798 /lib
parentceb295944aa8d77c7b2b20b9ae0d178a1f588b7d (diff)
WIP: Plater: Event handling boilerplate / skeletons
Diffstat (limited to 'lib')
-rw-r--r--lib/Slic3r/GUI/Plater.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm
index de6b0d726..e9668225f 100644
--- a/lib/Slic3r/GUI/Plater.pm
+++ b/lib/Slic3r/GUI/Plater.pm
@@ -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}};