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-09 10:35:19 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-09 11:47:42 +0300
commit322e0a433cd6ad9315415072827334af7ebc2270 (patch)
treeccf080152829d8937f6c80922df9c7c77e25405f /lib
parentdffae0aa124f3f948430924c61071a043d6306b2 (diff)
Plater: Add missing skeletons (un-typed for now)
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 e9668225f..94f01e25d 100644
--- a/lib/Slic3r/GUI/Plater.pm
+++ b/lib/Slic3r/GUI/Plater.pm
@@ -1122,7 +1122,7 @@ sub load_model_objects {
return @obj_idx;
}
-# XXX: Removed
+# XXX: Removed, replaced with bed_shape_bb()
sub bed_centerf {
my ($self) = @_;
@@ -1382,7 +1382,7 @@ sub mirror {
$self->update;
}
-# XXX: not done
+# XXX: not done, renamed as Plater::priv::scale()
sub changescale {
my ($self, $axis, $tosize) = @_;