1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Plater: Add missing skeletons (un-typed for now)

This commit is contained in:
Vojtech Kral
2018-10-09 09:35:19 +02:00
parent dffae0aa12
commit 322e0a433c
3 changed files with 148 additions and 4 deletions
+2 -2
View File
@@ -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) = @_;